FileTaskStepUpdateParameters 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
FileTaskStepUpdateParameters() |
Initializes a new instance of the FileTaskStepUpdateParameters class. |
FileTaskStepUpdateParameters(String, String, String, String, IList<SetValue>) |
Initializes a new instance of the FileTaskStepUpdateParameters class. |
FileTaskStepUpdateParameters()
Initializes a new instance of the FileTaskStepUpdateParameters class.
public FileTaskStepUpdateParameters ();
Public Sub New ()
Applies to
FileTaskStepUpdateParameters(String, String, String, String, IList<SetValue>)
Initializes a new instance of the FileTaskStepUpdateParameters class.
public FileTaskStepUpdateParameters (string contextPath = default, string contextAccessToken = default, string taskFilePath = default, string valuesFilePath = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SetValue> values = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.FileTaskStepUpdateParameters : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SetValue> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.FileTaskStepUpdateParameters
Public Sub New (Optional contextPath As String = Nothing, Optional contextAccessToken As String = Nothing, Optional taskFilePath As String = Nothing, Optional valuesFilePath 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.
- taskFilePath
- String
The task template/definition file path relative to the source context.
- valuesFilePath
- String
The values/parameters file path relative to the source context.
Applies to
Azure SDK for .NET