Share via


ICloudServiceOperations.GetAsync Method (String, CancellationToken)

 

Retreive a cloud service.

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

Syntax

Task<CloudServiceGetResponse> GetAsync(
    string cloudServiceName,
    CancellationToken cancellationToken
)
Task<CloudServiceGetResponse^>^ GetAsync(
    String^ cloudServiceName,
    CancellationToken cancellationToken
)
abstract GetAsync : 
        cloudServiceName:string *
        cancellationToken:CancellationToken -> Task<CloudServiceGetResponse>
Function GetAsync (
    cloudServiceName As String,
    cancellationToken As CancellationToken
) As Task(Of CloudServiceGetResponse)

Parameters

Return Value

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

Information about a retrieved Cloud Service.

See Also

ICloudServiceOperations Interface
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top