Delen via


ContainerRegistryFileTaskStepUpdateContent Class

Definition

The properties of updating a task step.

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

Constructors

ContainerRegistryFileTaskStepUpdateContent()

Initializes a new instance of ContainerRegistryFileTaskStepUpdateContent.

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)
TaskFilePath

The task template/definition file path relative to the source context.

Values

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

ValuesFilePath

The values/parameters file path relative to the source context.

Explicit Interface Implementations

IJsonModel<ContainerRegistryFileTaskStepUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryFileTaskStepUpdateContent>.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<ContainerRegistryFileTaskStepUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryFileTaskStepUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryFileTaskStepUpdateContent>.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