Class Argument
java.lang.Object
com.microsoft.azure.management.containerregistry.Argument
The properties of a run argument.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionisSecret()Get flag to indicate whether the argument represents a secret and want to be removed from build logs.name()Get the name of the argument.value()Get the value of the argument.withIsSecret(Boolean isSecret) Set flag to indicate whether the argument represents a secret and want to be removed from build logs.Set the name of the argument.Set the value of the argument.
-
Constructor Details
-
Argument
public Argument()
-
-
Method Details
-
name
Get the name of the argument.- Returns:
- the name value
-
withName
Set the name of the argument.- Parameters:
name- the name value to set- Returns:
- the Argument object itself.
-
value
Get the value of the argument.- Returns:
- the value value
-
withValue
Set the value of the argument.- Parameters:
value- the value value to set- Returns:
- the Argument object itself.
-
isSecret
Get flag to indicate whether the argument represents a secret and want to be removed from build logs.- Returns:
- the isSecret value
-
withIsSecret
Set flag to indicate whether the argument represents a secret and want to be removed from build logs.- Parameters:
isSecret- the isSecret value to set- Returns:
- the Argument object itself.
-