ContainerRegistryTaskOverridableValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of a overridable value that can be passed to a task template.
public class ContainerRegistryTaskOverridableValue : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTaskOverridableValue>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTaskOverridableValue>
type ContainerRegistryTaskOverridableValue = class
interface IJsonModel<ContainerRegistryTaskOverridableValue>
interface IPersistableModel<ContainerRegistryTaskOverridableValue>
Public Class ContainerRegistryTaskOverridableValue
Implements IJsonModel(Of ContainerRegistryTaskOverridableValue), IPersistableModel(Of ContainerRegistryTaskOverridableValue)
- Inheritance
-
ContainerRegistryTaskOverridableValue
- Implements
Constructors
ContainerRegistryTaskOverridableValue(String, String) |
Initializes a new instance of ContainerRegistryTaskOverridableValue. |
Properties
IsSecret |
Flag to indicate whether the value represents a secret or not. |
Name |
The name of the overridable value. |
Value |
The overridable value. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerRegistryTaskOverridableValue>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerRegistryTaskOverridableValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerRegistryTaskOverridableValue>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerRegistryTaskOverridableValue>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerRegistryTaskOverridableValue>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET