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