Class OverridingArgument

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

public class OverridingArgument extends Object
Defines an overriding argument that overrides arguments passed in for RegistryDockerTaskStep and RegistryDockerTaskRunRequest.
  • 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

    • value

      public String value()
      Gets the value of the overriding argument.
      Returns:
      the value of the overriding argument.
    • isSecret

      public boolean isSecret()
      Checks whether the overriding argument is secret or not.
      Returns:
      whether the overriding argument is secret or not.