StorageAccountsOperationsExtensions.ListByAccount メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ListByAccount(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>) |
指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。 |
ListByAccount(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>) |
指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。 |
ListByAccount(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>)
指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> ListByAccount(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);
static member ListByAccount : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo>
<Extension()>
Public Function ListByAccount (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) As 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 など、要求されたプロパティのみに制限します。 任意。
応答のリソースに含まれる一致するリソースの数を要求する場合は true または false のブール値 (Categories?$count=true など)。 任意。
戻り値
適用対象
ListByAccount(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>)
指定したData Lake Analytics アカウントにリンクされている Azure Storage アカウントの最初のページ (存在する場合) を取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation> ListByAccount(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);
static member ListByAccount : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation> * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation>
<Extension()>
Public Function ListByAccount (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) As 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 など、要求されたプロパティのみに制限します。 任意。
応答のリソースに含まれる一致するリソースの数を要求する場合は true または false のブール値 (Categories?$count=true など)。 任意。
戻り値
適用対象
Azure SDK for .NET