MachineGroupDeploymentInput interface

Extends

Properties

deploymentHealthOption

Deployment group health option.

healthPercent

Minimum percentage of the targets guaranteed to be healthy.

tags

Deployment target tag filter.

Inherited Properties

artifactsDownloadInput

Artifacts that downloaded during job execution.

condition

Gets or sets the job condition.

demands

List demands that needs to meet to execute the job.

enableAccessToken

Indicates whether to include access token in deployment job or not.

jobCancelTimeoutInMinutes

Gets or sets the job cancel timeout in minutes for deployment which are cancelled by user for this release environment.

overrideInputs

Gets or sets the override inputs.

queueId

Id of the pool on which job get executed.

skipArtifactsDownload

Indicates whether artifacts downloaded while job execution or not.

timeoutInMinutes

Gets or sets the job execution timeout in minutes for deployment which are queued against this release environment.

Property Details

deploymentHealthOption

Deployment group health option.

deploymentHealthOption: string

Property Value

string

healthPercent

Minimum percentage of the targets guaranteed to be healthy.

healthPercent: number

Property Value

number

tags

Deployment target tag filter.

tags: string[]

Property Value

string[]

Inherited Property Details

artifactsDownloadInput

Artifacts that downloaded during job execution.

artifactsDownloadInput: ArtifactsDownloadInput

Property Value

Inherited From DeploymentInput.artifactsDownloadInput

condition

Gets or sets the job condition.

condition: string

Property Value

string

Inherited From DeploymentInput.condition

demands

List demands that needs to meet to execute the job.

demands: Demand[]

Property Value

Demand[]

Inherited From DeploymentInput.demands

enableAccessToken

Indicates whether to include access token in deployment job or not.

enableAccessToken: boolean

Property Value

boolean

Inherited From DeploymentInput.enableAccessToken

jobCancelTimeoutInMinutes

Gets or sets the job cancel timeout in minutes for deployment which are cancelled by user for this release environment.

jobCancelTimeoutInMinutes: number

Property Value

number

Inherited From DeploymentInput.jobCancelTimeoutInMinutes

overrideInputs

Gets or sets the override inputs.

overrideInputs: {[key: string]: string}

Property Value

{[key: string]: string}

Inherited From DeploymentInput.overrideInputs

queueId

Id of the pool on which job get executed.

queueId: number

Property Value

number

Inherited From DeploymentInput.queueId

skipArtifactsDownload

Indicates whether artifacts downloaded while job execution or not.

skipArtifactsDownload: boolean

Property Value

boolean

Inherited From DeploymentInput.skipArtifactsDownload

timeoutInMinutes

Gets or sets the job execution timeout in minutes for deployment which are queued against this release environment.

timeoutInMinutes: number

Property Value

number

Inherited From DeploymentInput.timeoutInMinutes