Uses of Class
com.microsoft.azure.management.containerregistry.SetValue
Packages that use SetValue
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SetValue in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return SetValueModifier 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.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type SetValueModifier 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.Method parameters in com.microsoft.azure.management.containerregistry with type arguments of type SetValueModifier 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.