Class VariableUpdateProperties
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.VariableUpdateProperties
The properties of the update variable.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Gets or sets the description of the variable.void
validate()
Validates the instance.value()
Get the value property: Gets or sets the value of the variable.withDescription
(String description) Set the description property: Gets or sets the description of the variable.Set the value property: Gets or sets the value of the variable.
-
Constructor Details
-
VariableUpdateProperties
public VariableUpdateProperties()
-
-
Method Details
-
value
Get the value property: Gets or sets the value of the variable.- Returns:
- the value value.
-
withValue
Set the value property: Gets or sets the value of the variable.- Parameters:
value
- the value value to set.- Returns:
- the VariableUpdateProperties object itself.
-
description
Get the description property: Gets or sets the description of the variable.- Returns:
- the description value.
-
withDescription
Set the description property: Gets or sets the description of the variable.- Parameters:
description
- the description value to set.- Returns:
- the VariableUpdateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-