Freigeben über


CloudServiceRoleInstancesOperationsExtensions.ListNextAsync Methode

Definition

Ruft die Liste aller Rolleninstanzen in einem Clouddienst ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der Rolleninstanzen abzurufen. Gehen Sie so vor, bis nextLink null ist, um alle Rolleninstanzen abzurufen.

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

Parameter

operations
ICloudServiceRoleInstancesOperations

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: