RunCommandParameterDefinition Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. RunCommandParameterDefinition
- com.
Implements
public final class RunCommandParameterDefinition
implements JsonSerializable<RunCommandParameterDefinition>
Describes the properties of a run command parameter.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
defaultValue()
Get the default |
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
| String |
name()
Get the name property: The run command parameter name. |
| Boolean |
required()
Get the required property: The run command parameter required. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The run command parameter type. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
defaultValue
public String defaultValue()
Get the defaultValue property: The run command parameter default value.
Returns:
fromJson
public static RunCommandParameterDefinition fromJson(JsonReader jsonReader)
Reads an instance of RunCommandParameterDefinition from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The run command parameter name.
Returns:
required
public Boolean required()
Get the required property: The run command parameter required.
Returns:
toJson
type
public String type()
Get the type property: The run command parameter type.
Returns:
validate
public void validate()
Validates the instance.