Freigeben über


ManagedHsmsOperationsExtensions.ListByResourceGroupAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.ManagedHsm>> ListByResourceGroupAsync(this Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations operations, string resourceGroupName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.ManagedHsm>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IManagedHsmsOperations, resourceGroupName As String, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: