Dela via


EncodedTaskStepUpdateParameters Constructors

Definition

Overloads

EncodedTaskStepUpdateParameters()

Initializes a new instance of the EncodedTaskStepUpdateParameters class.

EncodedTaskStepUpdateParameters(String, String, String, String, IList<SetValue>)

Initializes a new instance of the EncodedTaskStepUpdateParameters class.

EncodedTaskStepUpdateParameters()

Initializes a new instance of the EncodedTaskStepUpdateParameters class.

public EncodedTaskStepUpdateParameters ();
Public Sub New ()

Applies to

EncodedTaskStepUpdateParameters(String, String, String, String, IList<SetValue>)

Initializes a new instance of the EncodedTaskStepUpdateParameters class.

public EncodedTaskStepUpdateParameters (string contextPath = default, string contextAccessToken = default, string encodedTaskContent = default, string encodedValuesContent = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SetValue> values = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.EncodedTaskStepUpdateParameters : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SetValue> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.EncodedTaskStepUpdateParameters
Public Sub New (Optional contextPath As String = Nothing, Optional contextAccessToken As String = Nothing, Optional encodedTaskContent As String = Nothing, Optional encodedValuesContent As String = Nothing, Optional values As IList(Of SetValue) = Nothing)

Parameters

contextPath
String

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

contextAccessToken
String

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

encodedTaskContent
String

Base64 encoded value of the template/definition file content.

encodedValuesContent
String

Base64 encoded value of the parameters/values file content.

values
IList<SetValue>

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

Applies to