ICloudServiceOperations.GetAsync Method (String, CancellationToken)

 

Retrieve a Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
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.

Return to top
Show: