Class OverridingValue
java.lang.Object
com.microsoft.azure.management.containerregistry.OverridingValue
Defines an overriding value that overrides values passed in for RegistryFileTaskStep, RegistryFileTaskRunRequest, RegistryEncodedTaskStep, and RegistryEncodedTaskRunRequest.
-
Constructor Summary
ConstructorDescriptionOverridingValue
(String value, boolean isSecret) Constructor that defines an OverridingValue. -
Method Summary
-
Constructor Details
-
OverridingValue
Constructor that defines an OverridingValue.- Parameters:
value
- the value of the overriding value.isSecret
- whether the overriding value will be secret.
-
-
Method Details
-
value
- Returns:
- the value of the overriding value.
-
isSecret
public boolean isSecret()- Returns:
- whether the overriding value is secret or not.
-