Class OverridingArgument

java.lang.Object
com.microsoft.azure.management.containerregistry.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()
      Returns:
      the value of the overriding argument.
    • isSecret

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