Bagikan melalui


FileTaskStep Class

Definition

The properties of a task step.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.FileTaskStepTypeConverter))]
public class FileTaskStep : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IFileTaskStep, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.FileTaskStepTypeConverter))>]
type FileTaskStep = class
    interface IFileTaskStep
    interface IJsonSerializable
    interface ITaskStepProperties
    interface IValidates
Public Class FileTaskStep
Implements IFileTaskStep, IValidates
Inheritance
FileTaskStep
Attributes
Implements

Constructors

FileTaskStep()

Creates an new FileTaskStep instance.

Properties

BaseImageDependency

List of base image dependencies for a step.

ContextAccessToken

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

ContextPath

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

TaskFilePath

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

Type

The type of the step.

Value

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

ValuesFilePath

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileTaskStep.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileTaskStep.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IFileTaskStep.

FromJsonString(String)

Creates a new instance of FileTaskStep, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileTaskStep into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to