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