次の方法で共有


CloudHsmClusterCollection クラス

定義

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

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

コンストラクター

CloudHsmClusterCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CloudHsmClusterData, CancellationToken)

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

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

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

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

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

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

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

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

指定した Cloud HSM クラスターを取得します

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

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

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

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

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

指定した Cloud HSM クラスターを取得します

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CloudHsmClusterResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CloudHsmClusterResource>.GetEnumerator()

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

適用対象