ContainerRegistryTaskOverridableValue Class

Definition

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>
public class ContainerRegistryTaskOverridableValue
type ContainerRegistryTaskOverridableValue = class
    interface IJsonModel<ContainerRegistryTaskOverridableValue>
    interface IPersistableModel<ContainerRegistryTaskOverridableValue>
type ContainerRegistryTaskOverridableValue = class
Public Class ContainerRegistryTaskOverridableValue
Implements IJsonModel(Of ContainerRegistryTaskOverridableValue), IPersistableModel(Of ContainerRegistryTaskOverridableValue)
Public Class 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.

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