Class OverridingArgument
java.lang.Object
com.microsoft.azure.management.containerregistry.OverridingArgument
Defines an overriding argument that overrides arguments passed in for RegistryDockerTaskStep and RegistryDockerTaskRunRequest.
-
Constructor Summary
ConstructorDescriptionOverridingArgument
(String value, boolean isSecret) Constructor that defines an OverridingArgument. -
Method Summary
-
Constructor Details
-
OverridingArgument
Constructor that defines an OverridingArgument.- Parameters:
value
- the value of the overriding argument.isSecret
- whether the overriding argument will be secret.
-
-
Method Details
-
value
- Returns:
- the value of the overriding argument.
-
isSecret
public boolean isSecret()- Returns:
- whether the overriding argument is secret or not.
-