Freigeben über


CloudServiceRoleInstancesOperationsExtensions.ListNext 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RoleInstance> ListNext (this Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RoleInstance>
<Extension()>
Public Function ListNext (operations As ICloudServiceRoleInstancesOperations, nextPageLink As String) As IPage(Of RoleInstance)

Parameter

operations
ICloudServiceRoleInstancesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: