Freigeben über


ManagedHsmsOperationsExtensions.ListByResourceGroup Methode

Definition

Der Listenvorgang ruft Informationen zu den verwalteten HSM-Pools ab, die dem Abonnement und innerhalb der angegebenen Ressourcengruppe zugeordnet sind.

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

Parameter

operations
IManagedHsmsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, die den verwalteten HSM-Pool enthält.

top
Nullable<Int32>

Maximale Anzahl der zurückzugebenden Ergebnisse.

Gibt zurück

Gilt für: