ManagedHsmsOperationsExtensions.ListBySubscription メソッド

定義

List 操作は、サブスクリプションに関連付けられているマネージド HSM プールに関する情報を取得します。

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)

パラメーター

operations
IManagedHsmsOperations

この拡張メソッドの操作グループ。

top
Nullable<Int32>

返される結果の最大数。

戻り値

適用対象