Share via


ContainerRegistryRunArgument Class

Definition

The properties of a run argument.

public class ContainerRegistryRunArgument : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryRunArgument>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryRunArgument>
public class ContainerRegistryRunArgument
type ContainerRegistryRunArgument = class
    interface IJsonModel<ContainerRegistryRunArgument>
    interface IPersistableModel<ContainerRegistryRunArgument>
type ContainerRegistryRunArgument = class
Public Class ContainerRegistryRunArgument
Implements IJsonModel(Of ContainerRegistryRunArgument), IPersistableModel(Of ContainerRegistryRunArgument)
Public Class ContainerRegistryRunArgument
Inheritance
ContainerRegistryRunArgument
Implements

Constructors

ContainerRegistryRunArgument(String, String)

Initializes a new instance of ContainerRegistryRunArgument.

Properties

IsSecret

Flag to indicate whether the argument represents a secret and want to be removed from build logs.

Name

The name of the argument.

Value

The value of the argument.

Explicit Interface Implementations

IJsonModel<ContainerRegistryRunArgument>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerRegistryRunArgument>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryRunArgument>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryRunArgument>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerRegistryRunArgument>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to