Uses of Class
com.azure.resourcemanager.containerregistry.models.OverridingArgument
Packages that use OverridingArgument
Package
Description
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 OverridingArgumentModifier 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.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type OverridingArgumentModifier 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.