共用方式為


ReleaseDefinitionEnvironment interface

屬性

badgeUrl

取得或設定 BadgeUrl。 當發行定義環境中啟用徽章時,將會使用 BadgeUrl。

conditions

取得或設定環境條件。

currentRelease

取得或設定目前的版本參考。

demands

取得或設定需求。

deployPhases

取得或設定環境的部署階段。

deployStep

取得或設定 deploystep。

environmentOptions

取得或設定環境選項。

environmentTriggers

取得或設定環境中的觸發程式。

executionPolicy

取得或設定環境執行原則。

id

取得和設定 ReleaseDefinitionEnvironment 的標識碼。

name

取得和設定 ReleaseDefinitionEnvironment 的名稱。

owner

取得和設定 ReleaseDefinitionEnvironment 的擁有者。

postDeployApprovals

取得或設定部署後核准。

postDeploymentGates

取得或設定部署后閘道。

preDeployApprovals

取得或設定預先部署核准。

preDeploymentGates

取得或設定預先部署閘道。

processParameters

取得或設定環境進程參數。

properties

取得或設定環境上的屬性。

queueId

取得或設定佇列標識碼。

rank

取得和設定 ReleaseDefinitionEnvironment 的排名。

retentionPolicy

取得或設定環境保留原則。

runOptions
schedules

取得或設定排程

variableGroups

取得或設定變數群組。

variables

取得和設定變數。

屬性詳細資料

badgeUrl

取得或設定 BadgeUrl。 當發行定義環境中啟用徽章時,將會使用 BadgeUrl。

badgeUrl: string

屬性值

string

conditions

取得或設定環境條件。

conditions: Condition[]

屬性值

currentRelease

取得或設定目前的版本參考。

currentRelease: ReleaseShallowReference

屬性值

demands

取得或設定需求。

demands: Demand[]

屬性值

Demand[]

deployPhases

取得或設定環境的部署階段。

deployPhases: DeployPhase[]

屬性值

deployStep

取得或設定 deploystep。

deployStep: ReleaseDefinitionDeployStep

屬性值

environmentOptions

取得或設定環境選項。

environmentOptions: EnvironmentOptions

屬性值

environmentTriggers

取得或設定環境中的觸發程式。

environmentTriggers: EnvironmentTrigger[]

屬性值

executionPolicy

取得或設定環境執行原則。

executionPolicy: EnvironmentExecutionPolicy

屬性值

id

取得和設定 ReleaseDefinitionEnvironment 的標識碼。

id: number

屬性值

number

name

取得和設定 ReleaseDefinitionEnvironment 的名稱。

name: string

屬性值

string

owner

取得和設定 ReleaseDefinitionEnvironment 的擁有者。

owner: IdentityRef

屬性值

postDeployApprovals

取得或設定部署後核准。

postDeployApprovals: ReleaseDefinitionApprovals

屬性值

postDeploymentGates

取得或設定部署后閘道。

postDeploymentGates: ReleaseDefinitionGatesStep

屬性值

preDeployApprovals

取得或設定預先部署核准。

preDeployApprovals: ReleaseDefinitionApprovals

屬性值

preDeploymentGates

取得或設定預先部署閘道。

preDeploymentGates: ReleaseDefinitionGatesStep

屬性值

processParameters

取得或設定環境進程參數。

processParameters: ProcessParameters

屬性值

properties

取得或設定環境上的屬性。

properties: any

屬性值

any

queueId

取得或設定佇列標識碼。

queueId: number

屬性值

number

rank

取得和設定 ReleaseDefinitionEnvironment 的排名。

rank: number

屬性值

number

retentionPolicy

取得或設定環境保留原則。

retentionPolicy: EnvironmentRetentionPolicy

屬性值

runOptions

runOptions: {[key: string]: string}

屬性值

{[key: string]: string}

schedules

取得或設定排程

schedules: ReleaseSchedule[]

屬性值

variableGroups

取得或設定變數群組。

variableGroups: number[]

屬性值

number[]

variables

取得和設定變數。

variables: {[key: string]: ConfigurationVariableValue}

屬性值

{[key: string]: ConfigurationVariableValue}