ICloudServiceOperations.GetAsync Method (String, CancellationToken)
Retrieve a Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Function GetAsync ( cloudServiceName As String, cancellationToken As CancellationToken ) As Task(Of CloudServiceGetResponse)
Parameters
- cloudServiceName
-
Type:
System.String
Cloud service name.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of CloudServiceGetResponse)The response model for the get cloud service operation.
Show: