DataLakeAnalyticsStorageAccountInformationCollection Classe
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.
Classe représentant une collection de DataLakeAnalyticsStorageAccountInformationResource et leurs opérations. Chacun DataLakeAnalyticsStorageAccountInformationResource de la collection appartient au même instance de DataLakeAnalyticsAccountResource. Pour obtenir un DataLakeAnalyticsStorageAccountInformationCollection instance appelez la méthode GetDataLakeAnalyticsStorageAccountInformation à partir d’un instance de DataLakeAnalyticsAccountResource.
public class DataLakeAnalyticsStorageAccountInformationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageAccountInformationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageAccountInformationResource>
type DataLakeAnalyticsStorageAccountInformationCollection = class
inherit ArmCollection
interface seq<DataLakeAnalyticsStorageAccountInformationResource>
interface IEnumerable
interface IAsyncEnumerable<DataLakeAnalyticsStorageAccountInformationResource>
Public Class DataLakeAnalyticsStorageAccountInformationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DataLakeAnalyticsStorageAccountInformationResource), IEnumerable(Of DataLakeAnalyticsStorageAccountInformationResource)
- Héritage
- Implémente
Constructeurs
DataLakeAnalyticsStorageAccountInformationCollection() |
Initialise une nouvelle instance de la DataLakeAnalyticsStorageAccountInformationCollection classe pour les moqueries. |
Propriétés
Client |
Obtient le ArmClient client de ressource à partir duquel il a été créé. (Hérité de ArmCollection) |
Diagnostics |
Obtient les options de diagnostic pour ce client de ressources. (Hérité de ArmCollection) |
Endpoint |
Obtient l’URI de base pour ce client de ressource. (Hérité de ArmCollection) |
Id |
Obtient l’identificateur de ressource. (Hérité de ArmCollection) |
Pipeline |
Obtient le pipeline pour ce client de ressources. (Hérité de ArmCollection) |
Méthodes
CreateOrUpdate(WaitUntil, String, DataLakeAnalyticsStorageAccountInformationCreateOrUpdateContent, CancellationToken) |
Mises à jour le compte Data Lake Analytics spécifié pour ajouter un compte stockage Azure.
|
CreateOrUpdateAsync(WaitUntil, String, DataLakeAnalyticsStorageAccountInformationCreateOrUpdateContent, CancellationToken) |
Mises à jour le compte Data Lake Analytics spécifié pour ajouter un compte stockage Azure.
|
Exists(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
ExistsAsync(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
Get(String, CancellationToken) |
Obtient le compte de stockage Azure spécifié lié au compte Data Lake Analytics donné.
|
GetAll(DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions, CancellationToken) |
Obtient la première page des comptes stockage Azure, le cas échéant, liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.
|
GetAll(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
Obtient la première page des comptes stockage Azure, le cas échéant, liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.
|
GetAllAsync(DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions, CancellationToken) |
Obtient la première page des comptes stockage Azure, le cas échéant, liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.
|
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
Obtient la première page des comptes stockage Azure, le cas échéant, liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.
|
GetAsync(String, CancellationToken) |
Obtient le compte de stockage Azure spécifié lié au compte Data Lake Analytics donné.
|
TryGetApiVersion(ResourceType, String) |
Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles. (Hérité de ArmCollection) |
Implémentations d’interfaces explicites
IAsyncEnumerable<DataLakeAnalyticsStorageAccountInformationResource>.GetAsyncEnumerator(CancellationToken) |
Retourne un énumérateur qui boucle de façon asynchrone dans la collection. |
IEnumerable.GetEnumerator() |
Retourne un énumérateur qui itère au sein d’une collection. |
IEnumerable<DataLakeAnalyticsStorageAccountInformationResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |