ProviderShareSubscriptionsOperationsExtensions.ListByShareAsync メソッド

定義

プロバイダー共有に対して使用可能な共有サブスクリプションの一覧。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ProviderShareSubscription>> ListByShareAsync (this Microsoft.Azure.Management.DataShare.IProviderShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByShareAsync : Microsoft.Azure.Management.DataShare.IProviderShareSubscriptionsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ProviderShareSubscription>>
<Extension()>
Public Function ListByShareAsync (operations As IProviderShareSubscriptionsOperations, resourceGroupName As String, accountName As String, shareName As String, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProviderShareSubscription))

パラメーター

operations
IProviderShareSubscriptionsOperations

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

resourceGroupName
String

リソース グループ名。

accountName
String

共有アカウントの名前。

shareName
String

共有の名前。

skipToken
String

継続トークン

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

プロバイダー共有内の共有サブスクリプションを一覧表示する

適用対象