Uses of Class
com.azure.resourcemanager.containerregistry.models.OverridingValue
Packages that use OverridingValue
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of OverridingValue in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models with parameters of type OverridingValueModifier and TypeMethodDescriptionRegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable.withOverridingValue(String name, OverridingValue overridingValue) The function that specifies the overriding value and what it will override.RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable.withOverridingValue(String name, OverridingValue overridingValue) The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent().RegistryEncodedTaskStep.UpdateStages.OverridingValues.withOverridingValue(String name, OverridingValue overridingValue) The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent().RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable.withOverridingValue(String name, OverridingValue overridingValue) The function that specifies the overriding value and what it will override.RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable.withOverridingValue(String name, OverridingValue overridingValue) The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().RegistryFileTaskStep.UpdateStages.OverridingValues.withOverridingValue(String name, OverridingValue overridingValue) The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest.withOverridingValue(String name, OverridingValue overridingValue) The function that specifies whether a single value will be overridden and what it will be overridden by.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type OverridingValueModifier and TypeMethodDescriptionRegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable.withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies the overriding values and what they will override.RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable.withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent().RegistryEncodedTaskStep.UpdateStages.OverridingValues.withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent().RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable.withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies the overriding values and what they will override.RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable.withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies the values that override the corresponding values specified under the function withValuesPath().RegistryFileTaskStep.UpdateStages.OverridingValues.withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies the values that override the corresponding values specified under the function withValuesPath().RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest.withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies whether there are any values that will be overridden and what they will be overridden by.