次の方法で共有


HardwareSecurityModulesExtensions.GetDedicatedHsms メソッド

定義

オーバーロード

GetDedicatedHsms(ResourceGroupResource)

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

GetDedicatedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/dedicatedHSM
  • 操作IdDedicatedHsm_ListBySubscription

GetDedicatedHsms(ResourceGroupResource)

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

public static Azure.ResourceManager.HardwareSecurityModules.DedicatedHsmCollection GetDedicatedHsms (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetDedicatedHsms : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.HardwareSecurityModules.DedicatedHsmCollection
<Extension()>
Public Function GetDedicatedHsms (resourceGroupResource As ResourceGroupResource) As DedicatedHsmCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetDedicatedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

top
Nullable<Int32>

返される結果の最大数。

cancellationToken
CancellationToken

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

戻り値

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

適用対象