IUpdate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
変更可能なすべての設定を含むキー コンテナーの更新操作のテンプレート。
public interface IUpdate : Microsoft.Azure.Management.KeyVault.Fluent.Vault.Update.IWithAccessPolicy, Microsoft.Azure.Management.KeyVault.Fluent.Vault.Update.IWithConfigurations, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.KeyVault.Fluent.IVault>
type IUpdate = interface
interface IUpdateWithTags<IUpdate>
interface IAppliable<IVault>
interface IIndexable
interface IWithAccessPolicy
interface IWithConfigurations
Public Interface IUpdate
Implements IAppliable(Of IVault), IUpdateWithTags(Of IUpdate), IWithAccessPolicy, IWithConfigurations
- 実装
プロパティ
Key |
変更可能なすべての設定を含むキー コンテナーの更新操作のテンプレート。 (継承元 IIndexable) |
メソッド
Apply() |
更新要求を実行します。 (継承元 IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
更新要求を非同期的に実行します。 (継承元 IAppliable<T>) |
DefineAccessPolicy() |
このキー コンテナーに追加する新しいアクセス ポリシーの定義を開始します。 (継承元 IWithAccessPolicy) |
UpdateAccessPolicy(String) |
このキー コンテナーにアタッチされている既存のアクセス ポリシーの更新を開始します。 (継承元 IWithAccessPolicy) |
WithAccessPolicy(IAccessPolicy) |
既存のアクセス ポリシーをアタッチします。 (継承元 IWithAccessPolicy) |
WithDeploymentDisabled() |
キー コンテナーからシークレットとして格納されている証明書を取得するには、Azure Virtual Machinesを無効にします。 (継承元 IWithConfigurations) |
WithDeploymentEnabled() |
Azure Virtual Machines を有効にして、シークレットとして格納されている証明書をキー コンテナーから取得します。 (継承元 IWithConfigurations) |
WithDiskEncryptionDisabled() |
Azure Disk Encryption を無効にしてコンテナーからシークレットを取得し、キーのラップを解除します。 (継承元 IWithConfigurations) |
WithDiskEncryptionEnabled() |
Azure Disk Encryption を有効にして、コンテナーからシークレットを取得し、キーのラップを解除します。 (継承元 IWithConfigurations) |
WithoutAccessPolicy(String) |
アクセス ポリシーの一覧からアクセス ポリシーを削除します。 (継承元 IWithAccessPolicy) |
WithoutTag(String) |
リソースからタグを削除します。 (継承元 IUpdateWithTags<T>) |
WithSoftDeleteEnabled() |
キー コンテナーの論理的な削除を有効にします。 (継承元 IWithConfigurations) |
WithTag(String, String) |
リソースにタグを追加します。 (継承元 IUpdateWithTags<T>) |
WithTags(IDictionary<String,String>) |
リソースのタグを {@link Map} として指定します。 (継承元 IUpdateWithTags<T>) |
WithTemplateDeploymentDisabled() |
Azure Resource Managerを無効にして、キー コンテナーからシークレットを取得します。 (継承元 IWithConfigurations) |
WithTemplateDeploymentEnabled() |
Azure Resource Managerを有効にして、キー コンテナーからシークレットを取得します。 (継承元 IWithConfigurations) |
適用対象
Azure SDK for .NET