Método ICloudServiceOperations.ListAsync (CancellationToken)
Recuperar uma lista de serviços em nuvem (consulte https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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)
Parâmetros
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<CloudServiceListResponse>
O modelo de resposta para a operação de serviço de nuvem da lista.
Consulte também
Interface ICloudServiceOperations
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo