Uses of Class
com.microsoft.azure.management.containerregistry.OverridingValue
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of OverridingValue in com.microsoft.azure.management.containerregistry
Modifier 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.Modifier 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.