CloudServiceOperationsExtensions.Get 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)
<ExtensionAttribute> Public Shared Function Get ( operations As ICloudServiceOperations, cloudServiceName As String ) As CloudServiceGetResponse
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: Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponseThe response model for the get cloud service operation.
Show: