Partilhar via


DedicatedHostGroupsOperationsExtensions.ListBySubscriptionAsync Método

Definição

Lista todos os grupos de hosts dedicados na assinatura. Use a propriedade nextLink na resposta para obter a próxima página de grupos de hosts dedicados.

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

Parâmetros

operations
IDedicatedHostGroupsOperations

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a