Share via


ContainerRegistryTaskRunContent Class

Definition

The parameters for a task run request.

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

Constructors

ContainerRegistryTaskRunContent(ResourceIdentifier)

Initializes a new instance of ContainerRegistryTaskRunContent.

Properties

AgentPoolName

The dedicated agent pool for the run.

(Inherited from ContainerRegistryRunContent)
IsArchiveEnabled

The value that indicates whether archiving is enabled for the run or not.

(Inherited from ContainerRegistryRunContent)
LogTemplate

The template that describes the repository and tag information for run log artifact.

(Inherited from ContainerRegistryRunContent)
OverrideTaskStepProperties

Set of overridable parameters that can be passed when running a Task.

TaskId

The resource ID of task against which run has to be queued.

Explicit Interface Implementations

IJsonModel<ContainerRegistryRunContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ContainerRegistryRunContent)
IJsonModel<ContainerRegistryRunContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContainerRegistryRunContent)
IJsonModel<ContainerRegistryTaskRunContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryTaskRunContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryRunContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ContainerRegistryRunContent)
IPersistableModel<ContainerRegistryRunContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ContainerRegistryRunContent)
IPersistableModel<ContainerRegistryRunContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ContainerRegistryRunContent)
IPersistableModel<ContainerRegistryTaskRunContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryTaskRunContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryTaskRunContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to