次の方法で共有


KeyVaultExtensions.GetManagedHsms メソッド

定義

オーバーロード

GetManagedHsms(ResourceGroupResource)

ResourceGroupResource 内の ManagedHsmResources のコレクションを取得します。

GetManagedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.KeyVault/managedHSMs
  • 操作IdManagedHsms_ListBySubscription

GetManagedHsms(ResourceGroupResource)

ResourceGroupResource 内の ManagedHsmResources のコレクションを取得します。

public static Azure.ResourceManager.KeyVault.ManagedHsmCollection GetManagedHsms (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetManagedHsms : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.KeyVault.ManagedHsmCollection
<Extension()>
Public Function GetManagedHsms (resourceGroupResource As ResourceGroupResource) As ManagedHsmCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

戻り値

ManagedHsmResources のコレクションとその ManagedHsmResource に対する操作を表す オブジェクト。

適用対象

GetManagedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.KeyVault/managedHSMs
  • 操作IdManagedHsms_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.KeyVault.ManagedHsmResource> GetManagedHsms (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedHsms : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.KeyVault.ManagedHsmResource>
<Extension()>
Public Function GetManagedHsms (subscriptionResource As SubscriptionResource, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedHsmResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

top
Nullable<Int32>

返される結果の最大数。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ManagedHsmResource サービス要求を受け取る可能性がある のコレクション。

適用対象