Freigeben über


ManagedInstancesOperationsExtensions.ListNext Methode

Definition

Ruft eine Liste aller verwalteten Instanzen im Abonnement ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstance> ListNext (this Microsoft.Azure.Management.Sql.IManagedInstancesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Sql.IManagedInstancesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstance>
<Extension()>
Public Function ListNext (operations As IManagedInstancesOperations, nextPageLink As String) As IPage(Of ManagedInstance)

Parameter

operations
IManagedInstancesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: