Freigeben über


DataLakeStoreAccountInformationCollection Klasse

Definition

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
DataLakeStoreAccountInformationCollection
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.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}
  • Vorgangs-IdDataLakeStoreAccounts_Add
CreateOrUpdateAsync(WaitUntil, String, DataLakeStoreAccountInformationCreateOrUpdateContent, CancellationToken)

Updates das angegebene Data Lake Analytics-Konto, um das zusätzliche Data Lake Store-Konto einzuschließen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}
  • Vorgangs-IdDataLakeStoreAccounts_Add
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}
  • Vorgangs-IdDataLakeStoreAccounts_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}
  • Vorgangs-IdDataLakeStoreAccounts_Get
Get(String, CancellationToken)

Ruft die angegebenen Data Lake Store-Kontodetails im angegebenen Data Lake Analytics-Konto ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}
  • Vorgangs-IdDataLakeStoreAccounts_Get
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.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts
  • Vorgangs-IdDataLakeStoreAccounts_ListByAccount
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.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts
  • Vorgangs-IdDataLakeStoreAccounts_ListByAccount
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.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts
  • Vorgangs-IdDataLakeStoreAccounts_ListByAccount
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.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts
  • Vorgangs-IdDataLakeStoreAccounts_ListByAccount
GetAsync(String, CancellationToken)

Ruft die angegebenen Data Lake Store-Kontodetails im angegebenen Data Lake Analytics-Konto ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}
  • Vorgangs-IdDataLakeStoreAccounts_Get
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.

Gilt für: