Compartilhar via


MachinesOperationsExtensions.ListBySubscriptionAsync Método

Definição

Lista todos os computadores híbridos na assinatura especificada. Use a propriedade nextLink na resposta para obter a próxima página de computadores híbridos.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.Machine>> ListBySubscriptionAsync (this Microsoft.Azure.Management.HybridCompute.IMachinesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.HybridCompute.IMachinesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.Machine>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IMachinesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Machine))

Parâmetros

operations
IMachinesOperations

O grupo de operações para esse método de extensão.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a