VaultsOperationsExtensions.List Méthode

Définition

L’opération List obtient des informations sur les coffres associés à l’abonnement.

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)

Paramètres

operations
IVaultsOperations

Groupe d’opérations pour cette méthode d’extension.

top
Nullable<Int32>

Nombre maximal de résultats à renvoyer.

Retours

S’applique à