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

IUpdate 接口

定义

作为父虚拟机更新的一部分的整个虚拟机扩展更新。

public interface IUpdate : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IWithAutoUpgradeMinorVersion, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IWithSettings, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithAutoUpgradeMinorVersion
    interface IWithSettings
    interface IWithTags
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithAutoUpgradeMinorVersion, IWithSettings, IWithTags
实现

方法

Parent()

作为父虚拟机更新的一部分的整个虚拟机扩展更新。

(继承自 ISettable<ParentT>)
WithMinorVersionAutoUpgrade()

启用扩展的自动升级。

(继承自 IWithAutoUpgradeMinorVersion)
WithoutMinorVersionAutoUpgrade()

启用扩展的自动升级。

(继承自 IWithAutoUpgradeMinorVersion)
WithoutTag(String)

从虚拟机扩展中删除标记。

(继承自 IWithTags)
WithProtectedSetting(String, Object)

指定专用设置项。

(继承自 IWithSettings)
WithProtectedSettings(IDictionary<String,Object>)

指定专用设置。

(继承自 IWithSettings)
WithPublicSetting(String, Object)

指定公共设置条目。

(继承自 IWithSettings)
WithPublicSettings(IDictionary<String,Object>)

指定公共设置。

(继承自 IWithSettings)
WithTag(String, String)

将标记添加到虚拟机扩展。

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

指定虚拟机扩展的标记。

(继承自 IWithTags)

适用于