Uses of Class
com.azure.resourcemanager.containerregistry.models.Argument
Packages that use Argument
Package
Description
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 ArgumentModifier and TypeMethodDescriptionstatic ArgumentArgument.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Argument from the JsonReader.Argument.withIsSecret(Boolean isSecret) Set the isSecret property: Flag to indicate whether the argument represents a secret and want to be removed from build logs.Set the name property: The name of the argument.Set the value property: The value of the argument.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type ArgumentModifier and TypeMethodDescriptionDockerBuildRequest.arguments()Get the arguments property: The collection of override arguments to be used when executing the run.DockerBuildStepUpdateParameters.arguments()Get the arguments property: The collection of override arguments to be used when executing this build step.DockerTaskStep.arguments()Get the arguments property: The collection of override arguments to be used when executing this build step.OverrideTaskStepProperties.arguments()Get the arguments property: Gets or sets the collection of override arguments to be used when executing a build step.RegistryDockerTaskStep.arguments()Gets the arguments this Docker task step.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type ArgumentModifier and TypeMethodDescriptionDockerBuildRequest.withArguments(List<Argument> arguments) Set the arguments property: The collection of override arguments to be used when executing the run.DockerBuildStepUpdateParameters.withArguments(List<Argument> arguments) Set the arguments property: The collection of override arguments to be used when executing this build step.DockerTaskStep.withArguments(List<Argument> arguments) Set the arguments property: The collection of override arguments to be used when executing this build step.OverrideTaskStepProperties.withArguments(List<Argument> arguments) Set the arguments property: Gets or sets the collection of override arguments to be used when executing a build step.