TaskStepUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Fluent.Models.TaskStepUpdateParameters : string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.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
Azure SDK for .NET