DataSetMappingsOperationsExtensions.ListByShareSubscriptionNextAsync メソッド

定義

共有サブスクリプションの DataSetMappings を一覧表示します。

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

パラメーター

operations
IDataSetMappingsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

共有サブスクリプションの DataSetMappings を一覧表示する

適用対象