Partager via


ManagedInstancesOperationsExtensions.ListByInstancePoolNext Méthode

Définition

Obtient la liste de toutes les instances managées d’un pool instance.

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

Paramètres

operations
IManagedInstancesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à