Share via


ContainerRegistryEncodedTaskStepUpdateContent Class

Definition

The properties for updating encoded task step.

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

Constructors

ContainerRegistryEncodedTaskStepUpdateContent()

Initializes a new instance of ContainerRegistryEncodedTaskStepUpdateContent.

Properties

ContextAccessToken

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

(Inherited from ContainerRegistryTaskStepUpdateContent)
ContextPath

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

(Inherited from ContainerRegistryTaskStepUpdateContent)
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<ContainerRegistryEncodedTaskStepUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryEncodedTaskStepUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ContainerRegistryTaskStepUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContainerRegistryTaskStepUpdateContent)
IPersistableModel<ContainerRegistryEncodedTaskStepUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryEncodedTaskStepUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryEncodedTaskStepUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ContainerRegistryTaskStepUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ContainerRegistryTaskStepUpdateContent)

Applies to