Uses of Class
com.microsoft.azure.management.containerregistry.Argument
Packages that use Argument
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of Argument in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return ArgumentModifier 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.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type ArgumentModifier 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()
Method parameters in com.microsoft.azure.management.containerregistry with type arguments of type ArgumentModifier 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.