Freigeben über


FileTaskStepUpdateParameters Class

Definition

The properties of updating a task step.

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

Constructors

FileTaskStepUpdateParameters()

Creates an new FileTaskStepUpdateParameters instance.

Properties

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 values/parameters file path relative to the source context.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileTaskStepUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileTaskStepUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileTaskStepUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to