ScriptExecutionParameter Class
- java.
lang. Object - com.
azure. resourcemanager. avs. models. ScriptExecutionParameter
- com.
Implements
public class ScriptExecutionParameter
implements JsonSerializable<ScriptExecutionParameter>
The arguments passed in to the execution.
Constructor Summary
| Constructor | Description |
|---|---|
| ScriptExecutionParameter() |
Creates an instance of Script |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Script |
fromJson(JsonReader jsonReader)
Reads an instance of Script |
| String |
name()
Get the name property: The parameter name. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Script |
type()
Get the type property: script execution parameter type. |
| void |
validate()
Validates the instance. |
|
Script |
withName(String name)
Set the name property: The parameter name. |
Methods inherited from java.lang.Object
Constructor Details
ScriptExecutionParameter
public ScriptExecutionParameter()
Creates an instance of ScriptExecutionParameter class.
Method Details
fromJson
public static ScriptExecutionParameter fromJson(JsonReader jsonReader)
Reads an instance of ScriptExecutionParameter from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The parameter name.
Returns:
toJson
type
public ScriptExecutionParameterType type()
Get the type property: script execution parameter type.
Returns:
validate
public void validate()
Validates the instance.
withName
public ScriptExecutionParameter withName(String name)
Set the name property: The parameter name.
Parameters:
Returns: