Uses of Class
com.azure.resourcemanager.containerregistry.models.Argument
-
Packages that use Argument Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of Argument in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return Argument Modifier and Type Method Description ArgumentArgument. withIsSecret(Boolean isSecret)Set the isSecret property: Flag to indicate whether the argument represents a secret and want to be removed from build logs.ArgumentArgument. withName(String name)Set the name property: The name of the argument.ArgumentArgument. withValue(String value)Set the value property: The value of the argument.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type Argument Modifier and Type Method Description List<Argument>DockerBuildRequest. arguments()Get the arguments property: The collection of override arguments to be used when executing the run.List<Argument>DockerBuildStepUpdateParameters. arguments()Get the arguments property: The collection of override arguments to be used when executing this build step.List<Argument>DockerTaskStep. arguments()Get the arguments property: The collection of override arguments to be used when executing this build step.List<Argument>OverrideTaskStepProperties. arguments()Get the arguments property: Gets or sets the collection of override arguments to be used when executing a build step.List<Argument>RegistryDockerTaskStep. arguments()Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type Argument Modifier and Type Method Description DockerBuildRequestDockerBuildRequest. withArguments(List<Argument> arguments)Set the arguments property: The collection of override arguments to be used when executing the run.DockerBuildStepUpdateParametersDockerBuildStepUpdateParameters. withArguments(List<Argument> arguments)Set the arguments property: The collection of override arguments to be used when executing this build step.DockerTaskStepDockerTaskStep. withArguments(List<Argument> arguments)Set the arguments property: The collection of override arguments to be used when executing this build step.OverrideTaskStepPropertiesOverrideTaskStepProperties. withArguments(List<Argument> arguments)Set the arguments property: Gets or sets the collection of override arguments to be used when executing a build step.
-