Freigeben über


VaultsOperationsExtensions.List Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.Resource> List (this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, int? top = default);
static member List : Microsoft.Azure.Management.KeyVault.IVaultsOperations * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.Resource>
<Extension()>
Public Function List (operations As IVaultsOperations, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of Resource)

Parameter

operations
IVaultsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

top
Nullable<Int32>

Maximale Anzahl der zurückzugebenden Ergebnisse.

Gibt zurück

Gilt für: