Share via


ICloudServiceOperations.ListAsync Method (CancellationToken)

 

Retrieve a list of Cloud services (see https://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)

Syntax

Task<CloudServiceListResponse> ListAsync(
    CancellationToken cancellationToken
)
Task<CloudServiceListResponse^>^ ListAsync(
    CancellationToken cancellationToken
)
abstract ListAsync : 
        cancellationToken:CancellationToken -> Task<CloudServiceListResponse>
Function ListAsync (
    cancellationToken As CancellationToken
) As Task(Of CloudServiceListResponse)

Parameters

Return Value

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

The response model for the list cloud service operation.

See Also

ICloudServiceOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top