Freigeben über


DataLakeStoreExtensions.GetAccounts Methode

Definition

Überlädt

GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_List
GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_List

GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_List
public static Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData> GetAccounts (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.DataLakeStore.Models.SubscriptionResourceGetAccountsOptions options, System.Threading.CancellationToken cancellationToken = default);
static member GetAccounts : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.DataLakeStore.Models.SubscriptionResourceGetAccountsOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
<Extension()>
Public Function GetAccounts (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetAccountsOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataLakeStoreAccountBasicData)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

options
SubscriptionResourceGetAccountsOptions

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:

GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_List
public static Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData> GetAccounts (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, int? top = default, int? skip = default, string select = default, string orderBy = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAccounts : Azure.ResourceManager.Resources.SubscriptionResource * string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
<Extension()>
Public Function GetAccounts (subscriptionResource As SubscriptionResource, 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

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

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>

Der boolesche Wert 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: