Share via


OverridingArgument Class

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

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

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:

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

Method Details

isSecret

public boolean isSecret()

Checks whether the overriding argument is secret or not.

Returns:

whether the overriding argument is secret or not.

value

public String value()

Gets the value of the overriding argument.

Returns:

the value of the overriding argument.

Applies to