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