Share via


TaskRunRequest Class

Definition

The parameters for a task run request.

public class TaskRunRequest : Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest
type TaskRunRequest = class
    inherit RunRequest
Public Class TaskRunRequest
Inherits RunRequest
Inheritance
TaskRunRequest

Constructors

TaskRunRequest()

Initializes a new instance of the TaskRunRequest class.

TaskRunRequest(String, Nullable<Boolean>, String, String, OverrideTaskStepProperties)

Initializes a new instance of the TaskRunRequest class.

Properties

AgentPoolName

Gets or sets the dedicated agent pool for the run.

(Inherited from RunRequest)
IsArchiveEnabled

Gets or sets the value that indicates whether archiving is enabled for the run or not.

(Inherited from RunRequest)
LogTemplate

Gets or sets the template that describes the repository and tag information for run log artifact.

(Inherited from RunRequest)
OverrideTaskStepProperties

Gets or sets set of overridable parameters that can be passed when running a Task.

TaskId

Gets or sets the resource ID of task against which run has to be queued.

Methods

Validate()

Validate the object.

Applies to