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 der dedizierten Hosts abzurufen.

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

Parameter

operations
IDedicatedHostsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: