Freigeben über


ShareSubscriptionsOperationsExtensions.ListByAccountNextAsync Methode

Definition

Liste der verfügbaren Freigabeabonnements unter einem Konto.

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

Parameter

operations
IShareSubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Auflisten von Freigabeabonnements in einem Konto

Gilt für: