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

IWithSettings 接口

定义

虚拟机扩展更新的阶段,允许添加或更新公共和专用设置。

public interface IWithSettings
type IWithSettings = interface
Public Interface IWithSettings
派生

方法

WithProtectedSetting(String, Object)

指定专用设置项。

WithProtectedSettings(IDictionary<String,Object>)

指定专用设置。

WithPublicSetting(String, Object)

指定公共设置条目。

WithPublicSettings(IDictionary<String,Object>)

指定公共设置。

适用于