Compartir a través de


EncodedTaskStepUpdateParameters Class

Definition

The properties for updating encoded task step.

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

Constructors

EncodedTaskStepUpdateParameters()

Creates an new EncodedTaskStepUpdateParameters 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.

EncodedTaskContent

Base64 encoded value of the template/definition file content.

EncodedValuesContent

Base64 encoded value of the parameters/values file content.

Type

The type of the step.

Value

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EncodedTaskStepUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncodedTaskStepUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncodedTaskStepUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to