Partager via


AccountsOperationsExtensions.ListBySubscriptionNext Méthode

Définition

Obtient les ressources des comptes par abonnement.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.Account> ListBySubscriptionNext (this Microsoft.Azure.Management.Purview.IAccountsOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.Purview.IAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Purview.Models.Account>
<Extension()>
Public Function ListBySubscriptionNext (operations As IAccountsOperations, nextPageLink As String) As IPage(Of Account)

Paramètres

operations
IAccountsOperations

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

Remarques

Répertorier les comptes dans l’abonnement

S’applique à