Share via


ContainerRegistryEncodedTaskStep Class

Definition

The properties of a encoded task step.

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

Constructors

ContainerRegistryEncodedTaskStep(String)

Initializes a new instance of ContainerRegistryEncodedTaskStep.

Properties

BaseImageDependencies

List of base image dependencies for a step.

(Inherited from ContainerRegistryTaskStepProperties)
ContextAccessToken

The token (git PAT or SAS token of storage account blob) associated with the context for a step.

(Inherited from ContainerRegistryTaskStepProperties)
ContextPath

The URL(absolute or relative) of the source context for the task step.

(Inherited from ContainerRegistryTaskStepProperties)
EncodedTaskContent

Base64 encoded value of the template/definition file content.

EncodedValuesContent

Base64 encoded value of the parameters/values file content.

Values

The collection of overridable values that can be passed when running a task.

Explicit Interface Implementations

IJsonModel<ContainerRegistryEncodedTaskStep>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryEncodedTaskStep>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ContainerRegistryTaskStepProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContainerRegistryTaskStepProperties)
IPersistableModel<ContainerRegistryEncodedTaskStep>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryEncodedTaskStep>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryEncodedTaskStep>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ContainerRegistryTaskStepProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ContainerRegistryTaskStepProperties)

Applies to