Partager via


SharesOperationsExtensions.ListByAccountNextAsync Méthode

Définition

Liste des partages disponibles sous un compte.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Share>> ListByAccountNextAsync (this Microsoft.Azure.Management.DataShare.ISharesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByAccountNextAsync : Microsoft.Azure.Management.DataShare.ISharesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Share>>
<Extension()>
Public Function ListByAccountNextAsync (operations As ISharesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Répertorier les partages dans un compte

S’applique à