EncodedTaskRunRequest Class

Definition

The parameters for a quick task run request.

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

Constructors

EncodedTaskRunRequest()

Initializes a new instance of the EncodedTaskRunRequest class.

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

Initializes a new instance of the EncodedTaskRunRequest class.

Properties

AgentConfiguration

Gets or sets the machine configuration of the run agent.

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 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.

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