次の方法で共有


DedicatedHsmCollection クラス

定義

のコレクション DedicatedHsmResource とその操作を表すクラス。 コレクション内の各 DedicatedHsmResource は、 の同じインスタンス ResourceGroupResourceに属します。 インスタンスを DedicatedHsmCollection 取得するには、 のインスタンス ResourceGroupResourceから GetDedicatedHsms メソッドを呼び出します。

public class DedicatedHsmCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.HardwareSecurityModules.DedicatedHsmResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HardwareSecurityModules.DedicatedHsmResource>
type DedicatedHsmCollection = class
    inherit ArmCollection
    interface seq<DedicatedHsmResource>
    interface IEnumerable
    interface IAsyncEnumerable<DedicatedHsmResource>
Public Class DedicatedHsmCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DedicatedHsmResource), IEnumerable(Of DedicatedHsmResource)
継承
DedicatedHsmCollection
実装

コンストラクター

DedicatedHsmCollection()

モック作成のために クラスの DedicatedHsmCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DedicatedHsmData, CancellationToken)

指定したサブスクリプションで専用 HSM を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
  • 操作IdDedicatedHsm_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DedicatedHsmData, CancellationToken)

指定したサブスクリプションで専用 HSM を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
  • 操作IdDedicatedHsm_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
  • 操作IdDedicatedHsm_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
  • 操作IdDedicatedHsm_Get
Get(String, CancellationToken)

指定した Azure 専用 HSM を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
  • 操作IdDedicatedHsm_Get
GetAll(Nullable<Int32>, CancellationToken)

List 操作は、サブスクリプションに関連付けられている専用 HSM と、指定されたリソース グループ内に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs
  • 操作IdDedicatedHsm_ListByResourceGroup
GetAllAsync(Nullable<Int32>, CancellationToken)

List 操作は、サブスクリプションに関連付けられている専用 HSM と、指定されたリソース グループ内に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs
  • 操作IdDedicatedHsm_ListByResourceGroup
GetAsync(String, CancellationToken)

指定した Azure 専用 HSM を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
  • 操作IdDedicatedHsm_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
  • 操作IdDedicatedHsm_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/{name}
  • 操作IdDedicatedHsm_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<DedicatedHsmResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<DedicatedHsmResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象