DataLakeStoreAccountInformationCollection Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Eine Klasse, die eine Auflistung von und deren DataLakeStoreAccountInformationResource Vorgänge darstellt. Jedes DataLakeStoreAccountInformationResource in der Auflistung gehört zum gleichen instance von DataLakeAnalyticsAccountResource. Um eine DataLakeStoreAccountInformationCollection instance rufen Sie die GetDataLakeStoreAccountInformation-Methode aus einer instance von aufDataLakeAnalyticsAccountResource.
public class DataLakeStoreAccountInformationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationResource>
type DataLakeStoreAccountInformationCollection = class
inherit ArmCollection
interface seq<DataLakeStoreAccountInformationResource>
interface IEnumerable
interface IAsyncEnumerable<DataLakeStoreAccountInformationResource>
Public Class DataLakeStoreAccountInformationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DataLakeStoreAccountInformationResource), IEnumerable(Of DataLakeStoreAccountInformationResource)
- Vererbung
- Implementiert
Konstruktoren
DataLakeStoreAccountInformationCollection() |
Initialisiert eine neue instance der -Klasse für die DataLakeStoreAccountInformationCollection Simulation. |
Eigenschaften
Client |
Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde. (Geerbt von ArmCollection) |
Diagnostics |
Ruft die Diagnoseoptionen für diesen Ressourcenclient ab. (Geerbt von ArmCollection) |
Endpoint |
Ruft den Basis-URI für diesen Ressourcenclient ab. (Geerbt von ArmCollection) |
Id |
Ruft den Ressourcenbezeichner ab. (Geerbt von ArmCollection) |
Pipeline |
Ruft die Pipeline für diesen Ressourcenclient ab. (Geerbt von ArmCollection) |
Methoden
CreateOrUpdate(WaitUntil, String, DataLakeStoreAccountInformationCreateOrUpdateContent, CancellationToken) |
Updates das angegebene Data Lake Analytics-Konto, um das zusätzliche Data Lake Store-Konto einzuschließen.
|
CreateOrUpdateAsync(WaitUntil, String, DataLakeStoreAccountInformationCreateOrUpdateContent, CancellationToken) |
Updates das angegebene Data Lake Analytics-Konto, um das zusätzliche Data Lake Store-Konto einzuschließen.
|
Exists(String, CancellationToken) |
Überprüft, ob die Ressource in Azure vorhanden ist.
|
ExistsAsync(String, CancellationToken) |
Überprüft, ob die Ressource in Azure vorhanden ist.
|
Get(String, CancellationToken) |
Ruft die angegebenen Data Lake Store-Kontodetails im angegebenen Data Lake Analytics-Konto ab.
|
GetAll(DataLakeStoreAccountInformationCollectionGetAllOptions, CancellationToken) |
Ruft die erste Seite von Data Lake Store-Konten ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.
|
GetAll(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
Ruft die erste Seite von Data Lake Store-Konten ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.
|
GetAllAsync(DataLakeStoreAccountInformationCollectionGetAllOptions, CancellationToken) |
Ruft die erste Seite von Data Lake Store-Konten ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.
|
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
Ruft die erste Seite von Data Lake Store-Konten ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.
|
GetAsync(String, CancellationToken) |
Ruft die angegebenen Data Lake Store-Kontodetails im angegebenen Data Lake Analytics-Konto ab.
|
TryGetApiVersion(ResourceType, String) |
Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde. (Geerbt von ArmCollection) |
Explizite Schnittstellenimplementierungen
IAsyncEnumerable<DataLakeStoreAccountInformationResource>.GetAsyncEnumerator(CancellationToken) |
Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft. |
IEnumerable.GetEnumerator() |
Gibt einen Enumerator zurück, der eine Auflistung durchläuft. |
IEnumerable<DataLakeStoreAccountInformationResource>.GetEnumerator() |
Gibt einen Enumerator zurück, der die Auflistung durchläuft. |