Share via


EncodedTaskRunRequest Class

Definition

The parameters for a quick task run request.

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

Constructors

EncodedTaskRunRequest()

Initializes a new instance of the EncodedTaskRunRequest class.

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

Initializes a new instance of the EncodedTaskRunRequest 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.

EncodedTaskContent

Gets or sets base64 encoded value of the template/definition file content.

EncodedValuesContent

Gets or sets base64 encoded value of the parameters/values file content.

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.

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.

Methods

Validate()

Validate the object.

Applies to