ProviderShareSubscriptionsOperationsExtensions.ListByShare メソッド

定義

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

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

パラメーター

operations
IProviderShareSubscriptionsOperations

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

resourceGroupName
String

リソース グループ名。

accountName
String

共有アカウントの名前。

shareName
String

共有の名前。

skipToken
String

継続トークン

戻り値

注釈

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

適用対象