你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IUpdate 接口

定义

密钥保管库更新操作的模板,包含可修改的所有设置。

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 虚拟机以从密钥保管库检索存储为机密的证书。

(继承自 IWithConfigurations)
WithDeploymentEnabled()

启用 Azure 虚拟机以从密钥保管库检索存储为机密的证书。

(继承自 IWithConfigurations)
WithDiskEncryptionDisabled()

禁用 Azure 磁盘加密以从保管库中检索机密并解包密钥。

(继承自 IWithConfigurations)
WithDiskEncryptionEnabled()

启用 Azure 磁盘加密以从保管库检索机密并解包密钥。

(继承自 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 资源管理器以从密钥保管库检索机密。

(继承自 IWithConfigurations)
WithTemplateDeploymentEnabled()

启用 Azure 资源管理器以从密钥保管库检索机密。

(继承自 IWithConfigurations)

适用于