public static interface VirtualMachineExtension.UpdateStages.WithSettings
Modifier and Type | Method and Description |
---|---|
VirtualMachineExtension.Update |
withProtectedSetting(String key,
Object value)
Specifies a private settings entry.
|
VirtualMachineExtension.Update |
withProtectedSettings(HashMap<String,Object> settings)
Specifies private settings.
|
VirtualMachineExtension.Update |
withPublicSetting(String key,
Object value)
Specifies a public settings entry.
|
VirtualMachineExtension.Update |
withPublicSettings(HashMap<String,Object> settings)
Specifies public settings.
|
VirtualMachineExtension.Update withPublicSetting(String key, Object value)
key
- the key of a public settings entryvalue
- the value of the public settings entryVirtualMachineExtension.Update withProtectedSetting(String key, Object value)
key
- the key of a private settings entryvalue
- the value of the private settings entryVirtualMachineExtension.Update withPublicSettings(HashMap<String,Object> settings)
settings
- the public settingsVirtualMachineExtension.Update withProtectedSettings(HashMap<String,Object> settings)
settings
- the private settingsCopyright © 2019. All rights reserved.