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