DedicatedHostsOperationsExtensions.ListByHostGroupNextAsync Método

Definição

Lista todos os hosts dedicados no grupo de hosts dedicado especificado. Use a propriedade nextLink na resposta para obter a próxima página de hosts dedicados.

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

Parâmetros

operations
IDedicatedHostsOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a