ArmTemplateParameter Class
- java.
lang. Object - com.
azure. resourcemanager. operationsmanagement. models. ArmTemplateParameter
- com.
Implements
public final class ArmTemplateParameter
implements JsonSerializable<ArmTemplateParameter>
Parameter to pass to ARM template.
Constructor Summary
| Constructor | Description |
|---|---|
| ArmTemplateParameter() |
Creates an instance of Arm |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Arm |
fromJson(JsonReader jsonReader)
Reads an instance of Arm |
| String |
name()
Get the name property: name of the parameter. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
value()
Get the value property: value for the parameter. |
|
Arm |
withName(String name)
Set the name property: name of the parameter. |
|
Arm |
withValue(String value)
Set the value property: value for the parameter. |
Methods inherited from java.lang.Object
Constructor Details
ArmTemplateParameter
public ArmTemplateParameter()
Creates an instance of ArmTemplateParameter class.
Method Details
fromJson
public static ArmTemplateParameter fromJson(JsonReader jsonReader)
Reads an instance of ArmTemplateParameter from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: name of the parameter.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: value for the parameter. In Jtoken.
Returns:
withName
public ArmTemplateParameter withName(String name)
Set the name property: name of the parameter.
Parameters:
Returns:
withValue
public ArmTemplateParameter withValue(String value)
Set the value property: value for the parameter. In Jtoken.
Parameters:
Returns: