Share via


CloudServiceOperationsExtensions.GetAsync Method (ICloudServiceOperations, String)

 

Retreive a cloud service.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public static Task<CloudServiceGetResponse> GetAsync(
    this ICloudServiceOperations operations,
    string cloudServiceName
)
public:
[ExtensionAttribute]
static Task<CloudServiceGetResponse^>^ GetAsync(
    ICloudServiceOperations^ operations,
    String^ cloudServiceName
)
static member GetAsync : 
        operations:ICloudServiceOperations *
        cloudServiceName:string -> Task<CloudServiceGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As ICloudServiceOperations,
    cloudServiceName As String
) As Task(Of CloudServiceGetResponse)

Parameters

  • cloudServiceName
    Type: System.String

    Required. The cloud service name.

Return Value

Type: System.Threading.Tasks.Task<CloudServiceGetResponse>

Information about a retrieved Cloud Service.

See Also

CloudServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top