SharesOperationsExtensions.ListByAccountAsync メソッド

定義

アカウントで使用可能な共有の一覧。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Share>> ListByAccountAsync (this Microsoft.Azure.Management.DataShare.ISharesOperations 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.ISharesOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Share>>
<Extension()>
Public Function ListByAccountAsync (operations As ISharesOperations, 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 Share))

パラメーター

operations
ISharesOperations

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

resourceGroupName
String

リソース グループ名。

accountName
String

共有アカウントの名前。

skipToken
String

継続トークン

filter
String

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

orderby
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

アカウント内の共有を一覧表示する

適用対象