MSDeployParameterEntry 类
定义
MSDeploy ARM PUT core information.
public class MSDeployParameterEntry
- 继承
-
java.lang.ObjectMSDeployParameterEntry
方法
name() |
Get the name value.
|
value() |
Get the value value.
|
withName(String name) |
Set the name value.
|
withValue(String value) |
Set the value value.
|