FileTaskRunRequest Class

Definition

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

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

Constructors

FileTaskRunRequest()

Initializes a new instance of the FileTaskRunRequest class.

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

Initializes a new instance of the FileTaskRunRequest class.

Properties

AgentConfiguration

Gets or sets the machine configuration of the run agent.

IsArchiveEnabled

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

(Inherited from RunRequestInner)
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 repoistory. 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