Share via


OverridingValue Class

  • java.lang.Object
    • com.azure.resourcemanager.containerregistry.models.OverridingValue

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 OverridingValue.

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:

value - the value of the overriding value.
isSecret - whether the overriding value will be secret.

Method Details

isSecret

public boolean isSecret()

Gets whether the overriding value is secret or not..

Returns:

whether the overriding value is secret or not.

value

public String value()

Gets the value of the overriding value.

Returns:

the value of the overriding value.

Applies to