Class SetValue
java.lang.Object
com.microsoft.azure.management.containerregistry.SetValue
The properties of a overridable value that can be passed to a task template.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionisSecret()
Get flag to indicate whether the value represents a secret or not.name()
Get the name of the overridable value.value()
Get the overridable value.withIsSecret
(Boolean isSecret) Set flag to indicate whether the value represents a secret or not.Set the name of the overridable value.Set the overridable value.
-
Constructor Details
-
SetValue
public SetValue()
-
-
Method Details
-
name
Get the name of the overridable value.- Returns:
- the name value
-
withName
Set the name of the overridable value.- Parameters:
name
- the name value to set- Returns:
- the SetValue object itself.
-
value
Get the overridable value.- Returns:
- the value value
-
withValue
Set the overridable value.- Parameters:
value
- the value value to set- Returns:
- the SetValue object itself.
-
isSecret
Get flag to indicate whether the value represents a secret or not.- Returns:
- the isSecret value
-
withIsSecret
Set flag to indicate whether the value represents a secret or not.- Parameters:
isSecret
- the isSecret value to set- Returns:
- the SetValue object itself.
-