Freigeben über


DedicatedHostsOperationsExtensions.ListByHostGroupNextAsync Methode

Definition

Listet alle dedizierten Hosts in der angegebenen dedizierten Hostgruppe auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite dedizierter Hosts abzurufen.

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))

Parameter

operations
IDedicatedHostsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: