次の方法で共有


ShareSubscriptionsOperationsExtensions.ListByAccountAsync メソッド

定義

アカウントで使用可能な共有サブスクリプションの一覧。

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

パラメーター

operations
IShareSubscriptionsOperations

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

resourceGroupName
String

リソース グループ名。

accountName
String

共有アカウントの名前。

skipToken
String

継続トークン

filter
String

OData 構文を使用して結果をフィルター処理します。

orderby
String

OData 構文を使用して結果を並べ替えます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

アカウント内の共有サブスクリプションを一覧表示する

適用対象