Bagikan melalui


ITaskRunRequest Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskRunRequestTypeConverter))]
public interface ITaskRunRequest : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskRunRequestTypeConverter))>]
type ITaskRunRequest = interface
    interface IJsonSerializable
    interface IRunRequest
Public Interface ITaskRunRequest
Implements IRunRequest
Derived
Attributes
Implements

Properties

AgentPoolName

The dedicated agent pool for the run.

(Inherited from IRunRequest)
IsArchiveEnabled

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

(Inherited from IRunRequest)
LogTemplate

The template that describes the repository and tag information for run log artifact.

(Inherited from IRunRequest)
OverrideTaskStepPropertyArgument

Gets or sets the collection of override arguments to be used when executing a build step.

OverrideTaskStepPropertyContextPath

The source context against which run has to be queued.

OverrideTaskStepPropertyFile

The file against which run has to be queued.

OverrideTaskStepPropertyTarget

The name of the target build stage for the docker build.

OverrideTaskStepPropertyUpdateTriggerToken

Base64 encoded update trigger token that will be attached with the base image trigger webhook.

OverrideTaskStepPropertyValue

The collection of overridable values that can be passed when running a Task.

TaskId

The resource ID of task against which run has to be queued.

Type

The type of the run request.

(Inherited from IRunRequest)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to