VirtualMachineExtension.DefinitionStages.WithSettings<ParentT> 接口
定义
The stage of the virtual machine extension definition allowing to specify the public and private settings.
public interface WithSettings<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withProtectedSetting(String key, Object value) |
Specifies a private settings entry.
|
withProtectedSettings(HashMap<String, Object> settings) |
Specifies private settings.
|
withPublicSetting(String key, Object value) |
Specifies a public settings entry.
|
withPublicSettings(HashMap<String, Object> settings) |
Specifies public settings.
|