Freigeben über


DataLakeStoreAccountCollection Klasse

Definition

Eine Klasse, die eine Auflistung von DataLakeStoreAccountResource und deren Vorgänge darstellt. Jedes DataLakeStoreAccountResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen DataLakeStoreAccountCollection instance rufen Sie die GetDataLakeStoreAccounts-Methode aus einer instance von aufResourceGroupResource.

public class DataLakeStoreAccountCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
type DataLakeStoreAccountCollection = class
    inherit ArmCollection
    interface seq<DataLakeStoreAccountBasicData>
    interface IEnumerable
    interface IAsyncEnumerable<DataLakeStoreAccountBasicData>
Public Class DataLakeStoreAccountCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DataLakeStoreAccountBasicData), IEnumerable(Of DataLakeStoreAccountBasicData)
Vererbung
DataLakeStoreAccountCollection
Implementiert

Konstruktoren

DataLakeStoreAccountCollection()

Initialisiert eine neue instance der DataLakeStoreAccountCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, DataLakeStoreAccountCreateOrUpdateContent, CancellationToken)

Erstellt das angegebene Data Lake Store-Konto.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
  • Vorgang IdAccounts_Create
CreateOrUpdateAsync(WaitUntil, String, DataLakeStoreAccountCreateOrUpdateContent, CancellationToken)

Erstellt das angegebene Data Lake Store-Konto.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
  • Vorgang IdAccounts_Create
Exists(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
  • Vorgang IdAccounts_Get
ExistsAsync(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
  • Vorgang IdAccounts_Get
Get(String, CancellationToken)

Ruft das angegebene Data Lake Store-Konto ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
  • Vorgang IdAccounts_Get
GetAll(DataLakeStoreAccountCollectionGetAllOptions, CancellationToken)

Listet die Data Lake Store-Konten innerhalb einer bestimmten Ressourcengruppe auf. Die Antwort enthält einen Link zur nächsten Ergebnisseite( falls vorhanden).

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • Vorgang IdAccounts_ListByResourceGroup
GetAll(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

Listet die Data Lake Store-Konten innerhalb einer bestimmten Ressourcengruppe auf. Die Antwort enthält einen Link zur nächsten Ergebnisseite( falls vorhanden).

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • Vorgang IdAccounts_ListByResourceGroup
GetAllAsync(DataLakeStoreAccountCollectionGetAllOptions, CancellationToken)

Listet die Data Lake Store-Konten innerhalb einer bestimmten Ressourcengruppe auf. Die Antwort enthält einen Link zur nächsten Ergebnisseite( falls vorhanden).

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • Vorgang IdAccounts_ListByResourceGroup
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

Listet die Data Lake Store-Konten innerhalb einer bestimmten Ressourcengruppe auf. Die Antwort enthält einen Link zur nächsten Ergebnisseite( falls vorhanden).

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • Vorgang IdAccounts_ListByResourceGroup
GetAsync(String, CancellationToken)

Ruft das angegebene Data Lake Store-Konto ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
  • Vorgang IdAccounts_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<DataLakeStoreAccountBasicData>.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<DataLakeStoreAccountBasicData>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: