StorageAccountsOperationsExtensions.ListByAccount Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ListByAccount(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>) |
Obtient la première page des comptes de stockage Azure, le cas échéant, liée au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant. |
ListByAccount(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>) |
Obtient la première page des comptes de stockage Azure, le cas échéant, liée au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant. |
ListByAccount(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>)
Obtient la première page des comptes de stockage Azure, le cas échéant, liée au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.
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)
Paramètres
- operations
- IStorageAccountsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources Azure qui contient le compte Data Lake Analytics.
- accountName
- String
Nom du compte Data Lake Analytics pour lequel répertorier les comptes de stockage Azure.
- odataQuery
- ODataQuery<StorageAccountInfo>
Paramètres OData à appliquer à l’opération.
- select
- String
Instruction OData Select. Limite les propriétés de chaque entrée à celles demandées, par exemple Catégories?$select=CategoryName,Description. facultatif.
Valeur booléenne true ou false pour demander le nombre des ressources correspondantes incluses avec les ressources dans la réponse, par exemple Categories?$count=true. facultatif.
Retours
S’applique à
ListByAccount(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>)
Obtient la première page des comptes de stockage Azure, le cas échéant, liée au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.
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)
Paramètres
- operations
- IStorageAccountsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Le nom du groupe de ressources Azure.
- accountName
- String
nom du compte Data Lake Analytics.
- odataQuery
- ODataQuery<StorageAccountInformation>
Paramètres OData à appliquer à l’opération.
- select
- String
Instruction OData Select. Limite les propriétés de chaque entrée à celles demandées, par exemple Catégories?$select=CategoryName,Description. facultatif.
Valeur booléenne true ou false pour demander le nombre des ressources correspondantes incluses avec les ressources dans la réponse, par exemple Categories?$count=true. facultatif.
Retours
S’applique à
Azure SDK for .NET