Share via


ManagedHsmsOperationsExtensions.ListBySubscription Méthode

Définition

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

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

Paramètres

operations
IManagedHsmsOperations

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

top
Nullable<Int32>

Nombre maximal de résultats à renvoyer.

Retours

S’applique à