ParentT
- the stage of the parent update to return to after attaching this definitionpublic static interface VirtualMachineExtension.UpdateDefinitionStages.WithSettings<ParentT>
Modifier and Type | Method and Description |
---|---|
VirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> |
withProtectedSetting(String key,
Object value)
Specifies a private settings entry.
|
VirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> |
withProtectedSettings(HashMap<String,Object> settings)
Specifies private settings.
|
VirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> |
withPublicSetting(String key,
Object value)
Specifies a public settings entry.
|
VirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> |
withPublicSettings(HashMap<String,Object> settings)
Specifies public settings.
|
VirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> withPublicSetting(String key, Object value)
key
- the key of a public settings entryvalue
- the value of the public settings entryVirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> withProtectedSetting(String key, Object value)
key
- the key of a private settings entryvalue
- the value of the private settings entryVirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> withPublicSettings(HashMap<String,Object> settings)
settings
- the public settingsVirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> withProtectedSettings(HashMap<String,Object> settings)
settings
- the private settingsCopyright © 2019. All rights reserved.