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