Share via


TaskStepUpdateParameters Constructors

Definition

Overloads

TaskStepUpdateParameters()

Initializes a new instance of the TaskStepUpdateParameters class.

TaskStepUpdateParameters(String, String)

Initializes a new instance of the TaskStepUpdateParameters class.

TaskStepUpdateParameters()

Initializes a new instance of the TaskStepUpdateParameters class.

public TaskStepUpdateParameters ();
Public Sub New ()

Applies to

TaskStepUpdateParameters(String, String)

Initializes a new instance of the TaskStepUpdateParameters class.

public TaskStepUpdateParameters (string contextPath = default, string contextAccessToken = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.TaskStepUpdateParameters : string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.TaskStepUpdateParameters
Public Sub New (Optional contextPath As String = Nothing, Optional contextAccessToken As String = 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.

Applies to