次の方法で共有


StorageAccountsOperationsExtensions.ListByAccountAsync メソッド

定義

オーバーロード

ListByAccountAsync(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>, CancellationToken)

指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。

ListByAccountAsync(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>, CancellationToken)

指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。

ListByAccountAsync(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>, CancellationToken)

指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation>> ListByAccountAsync (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation> odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAccountAsync : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation> * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation>>
<Extension()>
Public Function ListByAccountAsync (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, Optional odataQuery As ODataQuery(Of StorageAccountInformation) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of StorageAccountInformation))

パラメーター

operations
IStorageAccountsOperations

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

resourceGroupName
String

Azure リソース グループの名前。

accountName
String

Data Lake Analytics アカウントの名前。

odataQuery
ODataQuery<StorageAccountInformation>

操作に適用する OData パラメーター。

select
String

OData Select ステートメント。 各エントリのプロパティを、要求されたプロパティ (Categories?$select=CategoryName,Description など) に制限します。 省略可能。

count
Nullable<Boolean>

応答内のリソースに含まれる一致するリソースの数を要求する場合は true または false のブール値 (Categories?$count=true など)。 任意。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象

ListByAccountAsync(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>, CancellationToken)

指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo>> ListByAccountAsync (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAccountAsync : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo>>
<Extension()>
Public Function ListByAccountAsync (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, Optional odataQuery As ODataQuery(Of StorageAccountInfo) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of StorageAccountInfo))

パラメーター

operations
IStorageAccountsOperations

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

resourceGroupName
String

Data Lake Analytics アカウントを含む Azure リソース グループの名前。

accountName
String

Azure Storage アカウントを一覧表示するData Lake Analytics アカウントの名前。

odataQuery
ODataQuery<StorageAccountInfo>

操作に適用する OData パラメーター。

select
String

OData Select ステートメント。 各エントリのプロパティを、要求されたプロパティ (Categories?$select=CategoryName,Description など) に制限します。 任意。

count
Nullable<Boolean>

応答内のリソースに含まれる一致するリソースの数を要求する場合は true または false のブール値 (Categories?$count=true など)。 省略可能。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象