Share via


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

IUpdate 接口

定义

机密更新操作的模板,包含可修改的所有设置。

public interface IUpdate : Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IWithAttributes, Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IWithContentType, Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IWithTags, Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IWithValue, Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IWithVersion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.KeyVault.Fluent.ISecret>
type IUpdate = interface
    interface IAppliable<ISecret>
    interface IIndexable
    interface IWithValue
    interface IWithVersion
    interface IWithAttributes
    interface IWithContentType
    interface IWithTags
Public Interface IUpdate
Implements IAppliable(Of ISecret), IWithAttributes, IWithContentType, IWithTags, IWithValue, IWithVersion
实现

属性

Key

机密更新操作的模板,包含可修改的所有设置。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
WithAttributes(Attributes)

指定机密属性。

(继承自 IWithAttributes)
WithContentType(String)

指定机密内容类型。

(继承自 IWithContentType)
WithTags(IDictionary<String,String>)

指定机密上的标记。

(继承自 IWithTags)
WithValue(String)

指定要添加的值的新版本。

(继承自 IWithValue)
WithVersion(String)

指定机密显示使用的版本。

(继承自 IWithVersion)

适用于