次の方法で共有


DeletedKeyVaultCollection クラス

定義

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

public class DeletedKeyVaultCollection : Azure.ResourceManager.ArmCollection
type DeletedKeyVaultCollection = class
    inherit ArmCollection
Public Class DeletedKeyVaultCollection
Inherits ArmCollection
継承
DeletedKeyVaultCollection

コンストラクター

DeletedKeyVaultCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(AzureLocation, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName}
  • 操作IdVaults_GetDeleted
ExistsAsync(AzureLocation, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName}
  • 操作IdVaults_GetDeleted
Get(AzureLocation, String, CancellationToken)

削除された Azure キー コンテナーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName}
  • 操作IdVaults_GetDeleted
GetAsync(AzureLocation, String, CancellationToken)

削除された Azure キー コンテナーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName}
  • 操作IdVaults_GetDeleted
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象