Share via


FileTaskRunRequest Class

Definition

The request parameters for a scheduling run against a task file.

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

Constructors

FileTaskRunRequest()

Initializes a new instance of the FileTaskRunRequest class.

FileTaskRunRequest(String, PlatformProperties, Nullable<Boolean>, String, String, String, IList<SetValue>, Nullable<Int32>, AgentProperties, String, Credentials)

Initializes a new instance of the FileTaskRunRequest class.

Properties

AgentConfiguration

Gets or sets the machine configuration of the run agent.

AgentPoolName

Gets or sets the dedicated agent pool for the run.

(Inherited from RunRequest)
Credentials

Gets or sets the properties that describes a set of credentials that will be used when this run is invoked.

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)
Platform

Gets or sets the platform properties against which the run has to happen.

SourceLocation

Gets or sets the URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.

TaskFilePath

Gets or sets the template/definition file path relative to the source.

Timeout

Gets or sets run timeout in seconds.

Values

Gets or sets the collection of overridable values that can be passed when running a task.

ValuesFilePath

Gets or sets the values/parameters file path relative to the source.

Methods

Validate()

Validate the object.

Applies to