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