TaskStepProperties 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
TaskStepProperties() |
Initializes a new instance of the TaskStepProperties class. |
TaskStepProperties(IList<BaseImageDependency>, String, String) |
Initializes a new instance of the TaskStepProperties class. |
TaskStepProperties()
Initializes a new instance of the TaskStepProperties class.
public TaskStepProperties ();
Public Sub New ()
Applies to
TaskStepProperties(IList<BaseImageDependency>, String, String)
Initializes a new instance of the TaskStepProperties class.
public TaskStepProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageDependency> baseImageDependencies = default, string contextPath = default, string contextAccessToken = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TaskStepProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageDependency> * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TaskStepProperties
Public Sub New (Optional baseImageDependencies As IList(Of BaseImageDependency) = Nothing, Optional contextPath As String = Nothing, Optional contextAccessToken As String = Nothing)
Parameters
- baseImageDependencies
- IList<BaseImageDependency>
List of base image dependencies for a step.
- 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