Uses of Class
com.microsoft.azure.management.containerregistry.Argument
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of Argument in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionArgument.withIsSecret
(Boolean isSecret) Set flag to indicate whether the argument represents a secret and want to be removed from build logs.Set the name of the argument.Set the value of the argument.Modifier and TypeMethodDescriptionDockerBuildRequest.arguments()
Get the collection of override arguments to be used when executing the run.DockerBuildStepUpdateParameters.arguments()
Get the collection of override arguments to be used when executing this build step.DockerTaskStep.arguments()
Get the collection of override arguments to be used when executing this build step.RegistryDockerTaskStep.arguments()
Modifier and TypeMethodDescriptionDockerBuildRequest.withArguments
(List<Argument> arguments) Set the collection of override arguments to be used when executing the run.DockerBuildStepUpdateParameters.withArguments
(List<Argument> arguments) Set the collection of override arguments to be used when executing this build step.DockerTaskStep.withArguments
(List<Argument> arguments) Set the collection of override arguments to be used when executing this build step.