ICloudServiceOperations.ListAsync Method (CancellationToken)
The List Cloud Services operation enumerates services that are provisioned for a subscription.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Function ListAsync ( cancellationToken As CancellationToken ) As Task(Of CloudServiceListResponse)
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of CloudServiceListResponse)The response structure for the Cloud Service List operation.
Show: