TaskRunRequest 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
TaskRunRequest() |
Initializes a new instance of the TaskRunRequest class. |
TaskRunRequest(String, Nullable<Boolean>, String, String, OverrideTaskStepProperties) |
Initializes a new instance of the TaskRunRequest class. |
TaskRunRequest()
Initializes a new instance of the TaskRunRequest class.
public TaskRunRequest ();
Public Sub New ()
Applies to
TaskRunRequest(String, Nullable<Boolean>, String, String, OverrideTaskStepProperties)
Initializes a new instance of the TaskRunRequest class.
public TaskRunRequest (string taskId, bool? isArchiveEnabled = default, string agentPoolName = default, string logTemplate = default, Microsoft.Azure.Management.ContainerRegistry.Models.OverrideTaskStepProperties overrideTaskStepProperties = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.TaskRunRequest : string * Nullable<bool> * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.OverrideTaskStepProperties -> Microsoft.Azure.Management.ContainerRegistry.Models.TaskRunRequest
Public Sub New (taskId As String, Optional isArchiveEnabled As Nullable(Of Boolean) = Nothing, Optional agentPoolName As String = Nothing, Optional logTemplate As String = Nothing, Optional overrideTaskStepProperties As OverrideTaskStepProperties = Nothing)
Parameters
- taskId
- String
The resource ID of task against which run has to be queued.
The value that indicates whether archiving is enabled for the run or not.
- agentPoolName
- String
The dedicated agent pool for the run.
- logTemplate
- String
The template that describes the repository and tag information for run log artifact.
- overrideTaskStepProperties
- OverrideTaskStepProperties
Set of overridable parameters that can be passed when running a Task.