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