IHostedServiceOperations::ListAsync Method (CancellationToken)
Asynchronously lists the cloud services in a subscription.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Parameters
- cancellationToken
-
Type:
System.Threading::CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks::Task<HostedServiceListResponse^>^The HostedServiceListResponse object that contains a list of cloud services in a subscription.
For more information about listing cloud services, see the following resources:
Show: