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
cloudServiceName
Type: System.StringThe cloud service name.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
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