RunCommandParameterDefinition Class
- java.
lang. Object - com.
microsoft. azure. management. compute. RunCommandParameterDefinition
- com.
public class RunCommandParameterDefinition
Describes the properties of a run command parameter.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
defaultValue()
Get the defaultValue value. |
String |
name()
Get the name value. |
Boolean |
required()
Get the required value. |
String |
type()
Get the type value. |
Run |
withDefaultValue(String defaultValue)
Set the defaultValue value. |
Run |
withName(String name)
Set the name value. |
Run |
withRequired(Boolean required)
Set the required value. |
Run |
withType(String type)
Set the type value. |
Method Details
defaultValue
public String defaultValue()
Get the defaultValue value.
Returns:
name
public String name()
Get the name value.
Returns:
required
public Boolean required()
Get the required value.
Returns:
type
public String type()
Get the type value.
Returns:
withDefaultValue
public RunCommandParameterDefinition withDefaultValue(String defaultValue)
Set the defaultValue value.
Parameters:
Returns:
withName
public RunCommandParameterDefinition withName(String name)
Set the name value.
Parameters:
Returns:
withRequired
public RunCommandParameterDefinition withRequired(Boolean required)
Set the required value.
Parameters:
Returns:
withType
public RunCommandParameterDefinition withType(String type)
Set the type value.
Parameters:
Returns:
Applies to
Azure SDK for Java