Uses of Class
com.microsoft.azure.management.containerregistry.OverridingArgument
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of OverridingArgument in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionRegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withOverridingArgument
(String name, OverridingArgument overridingArgument) The function that specifies the overriding argument and what it will override.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withOverridingArgument
(String name, OverridingArgument overridingArgument) The function that specifies the overriding argument and what it will override.RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate.withOverridingArgument
(String name, OverridingArgument overridingArgument) The function that specifies the overriding argument and what it will override.Modifier and TypeMethodDescriptionRegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withOverridingArguments
(Map<String, OverridingArgument> overridingArguments) The function that specifies the overriding arguments and what they will override.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withOverridingArguments
(Map<String, OverridingArgument> overridingArguments) The function that specifies the overriding arguments and what they will override.RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate.withOverridingArguments
(Map<String, OverridingArgument> overridingArguments) The function that specifies the overriding arguments and what they will override.