ArmTemplateParameterProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. models. ArmTemplateParameterProperties
- com.
Implements
public final class ArmTemplateParameterProperties
implements JsonSerializable<ArmTemplateParameterProperties>
Properties of an Azure Resource Manager template parameter.
Constructor Summary
| Constructor | Description |
|---|---|
| ArmTemplateParameterProperties() |
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: The name of the template parameter. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
value()
Get the value property: The value of the template parameter. |
|
Arm |
withName(String name)
Set the name property: The name of the template parameter. |
|
Arm |
withValue(String value)
Set the value property: The value of the template parameter. |
Methods inherited from java.lang.Object
Constructor Details
ArmTemplateParameterProperties
public ArmTemplateParameterProperties()
Creates an instance of ArmTemplateParameterProperties class.
Method Details
fromJson
public static ArmTemplateParameterProperties fromJson(JsonReader jsonReader)
Reads an instance of ArmTemplateParameterProperties from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the template parameter.
Returns:
toJson
value
public String value()
Get the value property: The value of the template parameter.
Returns:
withName
public ArmTemplateParameterProperties withName(String name)
Set the name property: The name of the template parameter.
Parameters:
Returns:
withValue
public ArmTemplateParameterProperties withValue(String value)
Set the value property: The value of the template parameter.
Parameters:
Returns: