Uses of Class
com.azure.resourcemanager.containerregistry.models.OverridingArgument
-
Packages that use OverridingArgument Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of OverridingArgument in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models with parameters of type OverridingArgument Modifier and Type Method Description RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachableRegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable. withOverridingArgument(String name, OverridingArgument overridingArgument)The function that specifies the overriding argument and what it will override.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachableRegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable. withOverridingArgument(String name, OverridingArgument overridingArgument)The function that specifies the overriding argument and what it will override.RegistryDockerTaskStep.UpdateRegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate. withOverridingArgument(String name, OverridingArgument overridingArgument)The function that specifies the overriding argument and what it will override.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type OverridingArgument Modifier and Type Method Description RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachableRegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable. withOverridingArguments(Map<String,OverridingArgument> overridingArguments)The function that specifies the overriding arguments and what they will override.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachableRegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable. withOverridingArguments(Map<String,OverridingArgument> overridingArguments)The function that specifies the overriding arguments and what they will override.RegistryDockerTaskStep.UpdateRegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate. withOverridingArguments(Map<String,OverridingArgument> overridingArguments)The function that specifies the overriding arguments and what they will override.
-