Freigeben über


DataLakeStoreAccountCollection.GetAll Methode

Definition

Überlädt

GetAll(DataLakeStoreAccountCollectionGetAllOptions, CancellationToken)

Listet die Data Lake Store-Konten innerhalb einer bestimmten Ressourcengruppe auf. Die Antwort enthält einen Link zur nächsten Seite mit Ergebnissen, falls vorhanden.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-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 Seite mit Ergebnissen, falls vorhanden.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_ListByResourceGroup

GetAll(DataLakeStoreAccountCollectionGetAllOptions, CancellationToken)

Listet die Data Lake Store-Konten innerhalb einer bestimmten Ressourcengruppe auf. Die Antwort enthält einen Link zur nächsten Seite mit Ergebnissen, falls vorhanden.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData> GetAll (Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
override this.GetAll : Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
Public Overridable Function GetAll (options As DataLakeStoreAccountCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataLakeStoreAccountBasicData)

Parameter

options
DataLakeStoreAccountCollectionGetAllOptions

Ein Eigenschaftenbehälter, der alle Parameter dieser Methode mit Ausnahme des LRO-Qualifizierers und des Anforderungskontextparameters enthält.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von DataLakeStoreAccountBasicData , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für:

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 Seite mit Ergebnissen, falls vorhanden.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData> GetAll (string filter = default, int? top = default, int? skip = default, string select = default, string orderBy = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
override this.GetAll : string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional orderBy As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataLakeStoreAccountBasicData)

Parameter

filter
String

OData-Filter. Optional.

top
Nullable<Int32>

Die Anzahl der zurückzugebenden Elemente. Optional.

skip
Nullable<Int32>

Die Anzahl der Elemente, die vor dem Zurückgeben von Elementen übersprungen werden sollen. Optional.

select
String

OData Select-Anweisung. Beschränkt die Eigenschaften für jeden Eintrag auf die angeforderten, z. B. Categories?$select=CategoryName,Description. Optional.

orderBy
String

OrderBy-Klausel. Ein oder mehrere durch Trennzeichen getrennte Ausdrücke mit einem optionalen "asc" (Standard) oder "desc" abhängig von der Reihenfolge, in der die Werte sortiert werden, z. B. Categories?$orderby=CategoryName desc. Optional.

count
Nullable<Boolean>

Ein boolescher Wert von true oder false, um die Anzahl der übereinstimmenden Ressourcen anzufordern, die in den Ressourcen in der Antwort enthalten sind, z. B. Categories?$count=true. Optional.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von DataLakeStoreAccountBasicData , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: