Uses of Class
com.microsoft.azure.management.containerregistry.SetValue
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SetValue in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionSetValue.withIsSecret
(Boolean isSecret) Set flag to indicate whether the value represents a secret or not.Set the name of the overridable value.Set the overridable value.Modifier and TypeMethodDescriptionEncodedTaskRunRequest.values()
Get the collection of overridable values that can be passed when running a task.EncodedTaskStep.values()
Get the collection of overridable values that can be passed when running a task.EncodedTaskStepUpdateParameters.values()
Get the collection of overridable values that can be passed when running a task.FileTaskRunRequest.values()
Get the collection of overridable values that can be passed when running a task.FileTaskStep.values()
Get the collection of overridable values that can be passed when running a task.FileTaskStepUpdateParameters.values()
Get the collection of overridable values that can be passed when running a task.RegistryEncodedTaskStep.values()
RegistryFileTaskStep.values()
TaskRunRequest.values()
Get the collection of overridable values that can be passed when running a task.Modifier and TypeMethodDescriptionEncodedTaskRunRequest.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.EncodedTaskStep.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.EncodedTaskStepUpdateParameters.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.FileTaskRunRequest.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.FileTaskStep.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.FileTaskStepUpdateParameters.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.TaskRunRequest.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.