你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineExtension.UpdateStages.WithSettings Interface
public interface WithSettings
The stage of the virtual machine extension update allowing to add or update public and private settings.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withProtectedSetting(String key, Object value)
Specifies a private settings entry. |
Virtual |
withProtectedSettings(HashMap<String, Object> settings)
Specifies private settings. |
Virtual |
withPublicSetting(String key, Object value)
Specifies a public settings entry. |
Virtual |
withPublicSettings(HashMap<String, Object> settings)
Specifies public settings. |
Method Details
withProtectedSetting
public Update withProtectedSetting(String key, Object value)
Specifies a private settings entry.
Parameters:
Returns:
withProtectedSettings
public Update withProtectedSettings(HashMap
Specifies private settings.
Parameters:
Returns:
withPublicSetting
public Update withPublicSetting(String key, Object value)
Specifies a public settings entry.
Parameters:
Returns:
withPublicSettings
public Update withPublicSettings(HashMap
Specifies public settings.
Parameters:
Returns: