CloudServiceOperationsExtensions.GetAsync Method (ICloudServiceOperations, String)
Retrieve a Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static Task<CloudServiceGetResponse> GetAsync( this ICloudServiceOperations operations, string cloudServiceName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
- cloudServiceName
-
Type:
System.String
Required. Cloud service name.
Return Value
Type: System.Threading.Tasks.Task<CloudServiceGetResponse>The response model for the get cloud service operation.
Show: