Freigeben über


VaultsOperationsExtensions.ListByResourceGroup Methode

Definition

Der Listenvorgang ruft Informationen zu den Tresoren ab, die dem Abonnement und innerhalb der angegebenen Ressourcengruppe zugeordnet sind.

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

Parameter

operations
IVaultsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, zu der der Tresor gehört.

top
Nullable<Int32>

Maximale Anzahl der zurückzugebenden Ergebnisse.

Gibt zurück

Gilt für: