IStorageAccountsOperations.ListByAccountWithHttpMessagesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken) |
指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。 |
ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken) |
指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。 |
ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)
指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo>>> ListByAccountWithHttpMessagesAsync (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.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByAccountWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo>>>
Public Function ListByAccountWithHttpMessagesAsync (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 customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of StorageAccountInfo)))
パラメーター
- 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 など) に制限します。 任意。
応答内のリソースに含まれる一致するリソースの数を要求する場合は true または false のブール値 (Categories?$count=true など)。 任意。
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)
指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation>>> ListByAccountWithHttpMessagesAsync (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.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByAccountWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation>>>
Public Function ListByAccountWithHttpMessagesAsync (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 customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of StorageAccountInformation)))
パラメーター
- resourceGroupName
- String
Azure リソース グループの名前。
- accountName
- String
Data Lake Analytics アカウントの名前。
- odataQuery
- ODataQuery<StorageAccountInformation>
操作に適用する OData パラメーター。
- select
- String
OData Select ステートメント。 各エントリのプロパティを、要求されたプロパティ (Categories?$select=CategoryName,Description など) に制限します。 任意。
応答内のリソースに含まれる一致するリソースの数を要求する場合は true または false のブール値 (Categories?$count=true など)。 任意。
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
Azure SDK for .NET