OverridingArgument Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. models. OverridingArgument
- com.
public class OverridingArgument
Defines an overriding argument that overrides arguments passed in for RegistryDockerTaskStep and RegistryDockerTaskRunRequest.
Constructor Summary
| Constructor | Description |
|---|---|
| OverridingArgument(String value, boolean isSecret) |
Constructor that defines an Overriding |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| boolean |
isSecret()
Checks whether the overriding argument is secret or not. |
| String |
value()
Gets the value of the overriding argument. |
Methods inherited from java.lang.Object
Constructor Details
OverridingArgument
public OverridingArgument(String value, boolean isSecret)
Constructor that defines an OverridingArgument.
Parameters:
Method Details
isSecret
public boolean isSecret()
Checks whether the overriding argument is secret or not.
Returns:
value
public String value()
Gets the value of the overriding argument.
Returns: