次の方法で共有


IVault インターフェイス

定義

Azure Key Vaultの不変のクライアント側表現。

public interface IVault : Microsoft.Azure.Management.KeyVault.Fluent.IVaultBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.KeyVault.Fluent.IKeyVaultManager,Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.KeyVault.Fluent.IKeyVaultManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.KeyVault.Fluent.IVault>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Update.IUpdate>
type IVault = interface
    interface IGroupableResource<IKeyVaultManager, VaultInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IKeyVaultManager>
    interface IHasInner<VaultInner>
    interface IRefreshable<IVault>
    interface IUpdatable<IUpdate>
    interface IVaultBeta
    interface IBeta
Public Interface IVault
Implements IBeta, IGroupableResource(Of IKeyVaultManager, VaultInner), IHasInner(Of VaultInner), IHasManager(Of IKeyVaultManager), IRefreshable(Of IVault), IUpdatable(Of IUpdate), IVaultBeta
実装

プロパティ

AccessPolicies

キー コンテナーにアクセスできる 0 から 16 個の ID の配列を取得します。 配列内のすべての ID は、キー コンテナーのテナント ID と同じテナント ID を使用する必要があります。

Client

認証されたKey Vaultデータ クライアントを取得します。

(継承元 IVaultBeta)
EnabledForDeployment

キー コンテナーからシークレットとして格納されている証明書を Azure Virtual Machinesで取得できるかどうかを取得します。

EnabledForDiskEncryption

Azure Disk Encryption がコンテナーからシークレットを取得し、キーのラップを解除できるかどうかを取得します。

EnabledForTemplateDeployment

Azure Resource Managerがキー コンテナーからシークレットを取得できるかどうかを取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Azure Key Vaultの不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

Azure Key Vaultの不変のクライアント側表現。

(継承元 IIndexable)
Keys

Key Vault キー API エントリ ポイントを取得します。

(継承元 IVaultBeta)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソースの名前を取得します

(継承元 IHasName)
Region

Azure Key Vaultの不変のクライアント側表現。

(継承元 IResource)
RegionName

Azure Key Vaultの不変のクライアント側表現。

(継承元 IResource)
ResourceGroupName

Azure Key Vaultの不変のクライアント側表現。

(継承元 IHasResourceGroup)
Secrets

シークレット API エントリ ポイントKey Vault取得します。

(継承元 IVaultBeta)
Sku

SKU の詳細を取得します。

Tags

Azure Key Vaultの不変のクライアント側表現。

(継承元 IResource)
TenantId

キー コンテナーへの要求の認証に使用する必要がある Azure Active Directory テナント ID を取得します。

Type

Azure Key Vaultの不変のクライアント側表現。

(継承元 IResource)
VaultUri

キーとシークレットに対する操作を実行するためのコンテナーの URI を取得します。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

Azure Key Vaultの不変のクライアント側表現。

(継承元 IUpdatable<T>)

適用対象