Uses of Class
com.azure.resourcemanager.containerregistry.models.SetValue
-
Packages that use SetValue Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of SetValue in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return SetValue Modifier and Type Method Description SetValueSetValue. withIsSecret(Boolean isSecret)Set the isSecret property: Flag to indicate whether the value represents a secret or not.SetValueSetValue. withName(String name)Set the name property: The name of the overridable value.SetValueSetValue. withValue(String value)Set the value property: The overridable value.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SetValue Modifier and Type Method Description List<SetValue>EncodedTaskRunRequest. values()Get the values property: The collection of overridable values that can be passed when running a task.List<SetValue>EncodedTaskStep. values()Get the values property: The collection of overridable values that can be passed when running a task.List<SetValue>EncodedTaskStepUpdateParameters. values()Get the values property: The collection of overridable values that can be passed when running a task.List<SetValue>FileTaskRunRequest. values()Get the values property: The collection of overridable values that can be passed when running a task.List<SetValue>FileTaskStep. values()Get the values property: The collection of overridable values that can be passed when running a task.List<SetValue>FileTaskStepUpdateParameters. values()Get the values property: The collection of overridable values that can be passed when running a task.List<SetValue>OverrideTaskStepProperties. values()Get the values property: The collection of overridable values that can be passed when running a Task.List<SetValue>RegistryEncodedTaskStep. values()List<SetValue>RegistryFileTaskStep. values()Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type SetValue Modifier and Type Method Description EncodedTaskRunRequestEncodedTaskRunRequest. withValues(List<SetValue> values)Set the values property: The collection of overridable values that can be passed when running a task.EncodedTaskStepEncodedTaskStep. withValues(List<SetValue> values)Set the values property: The collection of overridable values that can be passed when running a task.EncodedTaskStepUpdateParametersEncodedTaskStepUpdateParameters. withValues(List<SetValue> values)Set the values property: The collection of overridable values that can be passed when running a task.FileTaskRunRequestFileTaskRunRequest. withValues(List<SetValue> values)Set the values property: The collection of overridable values that can be passed when running a task.FileTaskStepFileTaskStep. withValues(List<SetValue> values)Set the values property: The collection of overridable values that can be passed when running a task.FileTaskStepUpdateParametersFileTaskStepUpdateParameters. withValues(List<SetValue> values)Set the values property: The collection of overridable values that can be passed when running a task.OverrideTaskStepPropertiesOverrideTaskStepProperties. withValues(List<SetValue> values)Set the values property: The collection of overridable values that can be passed when running a Task.
-