CloudServiceOperationsExtensions.Get Method (ICloudServiceOperations, String)
Retreive a cloud service.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
public static CloudServiceGetResponse Get( this ICloudServiceOperations operations, string cloudServiceName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations
Reference to the Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
- cloudServiceName
-
Type:
System.String
Required. The cloud service name.
Return Value
Type: Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponseInformation about a retrieved Cloud Service.
Show: