Partager via


SharesOperationsExtensions.ListByAccountNext Méthode

Définition

Liste des partages disponibles sous un compte.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Share> ListByAccountNext (this Microsoft.Azure.Management.DataShare.ISharesOperations operations, string nextPageLink);
static member ListByAccountNext : Microsoft.Azure.Management.DataShare.ISharesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Share>
<Extension()>
Public Function ListByAccountNext (operations As ISharesOperations, nextPageLink As String) As IPage(Of Share)

Paramètres

operations
ISharesOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

Remarques

Répertorier les partages dans un compte

S’applique à