ShareSubscriptionsOperationsExtensions.ListByAccountAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アカウントで使用可能な共有サブスクリプションの一覧。
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
キャンセル トークン。
戻り値
注釈
アカウント内の共有サブスクリプションを一覧表示する
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET