Freigeben über


VaultsOperationsExtensions.ListBySubscriptionAsync Methode

Definition

Der Vorgang List ruft Informationen zu den Tresoren ab, die dem Abonnement zugeordnet sind.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.Vault>> ListBySubscriptionAsync (this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.KeyVault.IVaultsOperations * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.Vault>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IVaultsOperations, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Vault))

Parameter

operations
IVaultsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

top
Nullable<Int32>

Maximale Anzahl der zurückzugebenden Ergebnisse.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: