VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>.withProtectedSetting(String key, Object value) 方法
定义
Specifies a private settings entry.
public WithAttach<ParentT> withProtectedSetting(String key, Object value)
参数
- key
- String
the key of a private settings entry
- value
- Object
the value of the private settings entry
返回
the next stage of the definition