Uses of Class
com.azure.resourcemanager.containerregistry.models.SetValue
Packages that use SetValue
Package
Description
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 SetValueModifier and TypeMethodDescriptionstatic SetValueSetValue.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SetValue from the JsonReader.SetValue.withIsSecret(Boolean isSecret) Set the isSecret property: Flag to indicate whether the value represents a secret or not.Set the name property: The name of the overridable value.Set the value property: The overridable value.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SetValueModifier and TypeMethodDescriptionEncodedTaskRunRequest.values()Get the values property: The collection of overridable values that can be passed when running a task.EncodedTaskStep.values()Get the values property: The collection of overridable values that can be passed when running a task.EncodedTaskStepUpdateParameters.values()Get the values property: The collection of overridable values that can be passed when running a task.FileTaskRunRequest.values()Get the values property: The collection of overridable values that can be passed when running a task.FileTaskStep.values()Get the values property: The collection of overridable values that can be passed when running a task.FileTaskStepUpdateParameters.values()Get the values property: The collection of overridable values that can be passed when running a task.OverrideTaskStepProperties.values()Get the values property: The collection of overridable values that can be passed when running a Task.RegistryEncodedTaskStep.values()Gets the values of this encoded task step.RegistryFileTaskStep.values()Gets the values of this file task step.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type SetValueModifier and TypeMethodDescriptionEncodedTaskRunRequest.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a task.EncodedTaskStep.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a task.EncodedTaskStepUpdateParameters.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a task.FileTaskRunRequest.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a task.FileTaskStep.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a task.FileTaskStepUpdateParameters.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a task.OverrideTaskStepProperties.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a Task.