CloudServiceOperationsExtensions.Get(ICloudServiceOperations, String) Method

Definition

Retreive a cloud service.

public static Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse Get (this Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations operations, string cloudServiceName);
static member Get : Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations * string -> Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse
<Extension()>
Public Function Get (operations As ICloudServiceOperations, cloudServiceName As String) As CloudServiceGetResponse

Parameters

operations
ICloudServiceOperations

Reference to the Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.

cloudServiceName
String

Required. The cloud service name.

Returns

Information about a retrieved Cloud Service.

Applies to