次の方法で共有


ReleaseEnvironment interface

プロパティ

conditions

条件のリストを取得します。

createdOn

作成日を取得します。

definitionEnvironmentId

定義環境 ID を取得します。

demands

要求を受けます。

deployPhasesSnapshot

デプロイ フェーズのスナップショットの一覧を取得します。

deploySteps

デプロイ手順を取得します。

environmentOptions

環境オプションを取得します。

id

このフィールドの一意の識別子を取得します。

modifiedOn

変更された日付を取得します。

name

名前を取得します。

nextScheduledUtcTime

次にスケジュールされた UTC 時刻を取得します。

owner

リリース環境の所有者である ID を取得します。

postApprovalsSnapshot

デプロイ後の承認スナップショットのリストを取得します。

postDeployApprovals

デプロイ後の承認のリストを取得します。

postDeploymentGatesSnapshot

デプロイ後のゲートはスナップショット データです。

preApprovalsSnapshot

デプロイ前の承認スナップショットのリストを取得します。

preDeployApprovals

デプロイ前の承認のリストを取得します。

preDeploymentGatesSnapshot

デプロイ前ゲートのスナップショット データ。

processParameters

プロセスパラメータを取得します。

queueId

キュー ID を取得します。

rank

ランクを取得します。

release

このリリース環境が関連付けられているリリースの参照を指定するリリース参照を取得します。

releaseCreatedBy

リリースを作成した ID を取得します。

releaseDefinition

このリリース環境が関連付けられているリリース定義の参照を指定するreleaseDefinitionReferenceを取得します。

releaseDescription

リリースの説明を取得します。

releaseId

リリース ID を取得します。

scheduledDeploymentTime

リリース環境のスケジュール展開時刻を取得します。

schedules

スケジュールのリストを取得します。

status

環境の状態を取得します。

timeToDeploy

展開する時間があります。

triggerReason

トリガー理由を取得します。

variableGroups

変数グループのリストを取得します。

variables

変数の辞書を取得します。

workflowTasks

ワークフロータスクのリストを取得します。

プロパティの詳細

conditions

条件のリストを取得します。

conditions: ReleaseCondition[]

プロパティ値

createdOn

作成日を取得します。

createdOn: Date

プロパティ値

Date

definitionEnvironmentId

定義環境 ID を取得します。

definitionEnvironmentId: number

プロパティ値

number

demands

要求を受けます。

demands: Demand[]

プロパティ値

Demand[]

deployPhasesSnapshot

デプロイ フェーズのスナップショットの一覧を取得します。

deployPhasesSnapshot: DeployPhase[]

プロパティ値

deploySteps

デプロイ手順を取得します。

deploySteps: DeploymentAttempt[]

プロパティ値

environmentOptions

環境オプションを取得します。

environmentOptions: EnvironmentOptions

プロパティ値

id

このフィールドの一意の識別子を取得します。

id: number

プロパティ値

number

modifiedOn

変更された日付を取得します。

modifiedOn: Date

プロパティ値

Date

name

名前を取得します。

name: string

プロパティ値

string

nextScheduledUtcTime

次にスケジュールされた UTC 時刻を取得します。

nextScheduledUtcTime: Date

プロパティ値

Date

owner

リリース環境の所有者である ID を取得します。

owner: IdentityRef

プロパティ値

postApprovalsSnapshot

デプロイ後の承認スナップショットのリストを取得します。

postApprovalsSnapshot: ReleaseDefinitionApprovals

プロパティ値

postDeployApprovals

デプロイ後の承認のリストを取得します。

postDeployApprovals: ReleaseApproval[]

プロパティ値

postDeploymentGatesSnapshot

デプロイ後のゲートはスナップショット データです。

postDeploymentGatesSnapshot: ReleaseDefinitionGatesStep

プロパティ値

preApprovalsSnapshot

デプロイ前の承認スナップショットのリストを取得します。

preApprovalsSnapshot: ReleaseDefinitionApprovals

プロパティ値

preDeployApprovals

デプロイ前の承認のリストを取得します。

preDeployApprovals: ReleaseApproval[]

プロパティ値

preDeploymentGatesSnapshot

デプロイ前ゲートのスナップショット データ。

preDeploymentGatesSnapshot: ReleaseDefinitionGatesStep

プロパティ値

processParameters

プロセスパラメータを取得します。

processParameters: ProcessParameters

プロパティ値

queueId

キュー ID を取得します。

queueId: number

プロパティ値

number

rank

ランクを取得します。

rank: number

プロパティ値

number

release

このリリース環境が関連付けられているリリースの参照を指定するリリース参照を取得します。

release: ReleaseShallowReference

プロパティ値

releaseCreatedBy

リリースを作成した ID を取得します。

releaseCreatedBy: IdentityRef

プロパティ値

releaseDefinition

このリリース環境が関連付けられているリリース定義の参照を指定するreleaseDefinitionReferenceを取得します。

releaseDefinition: ReleaseDefinitionShallowReference

プロパティ値

releaseDescription

リリースの説明を取得します。

releaseDescription: string

プロパティ値

string

releaseId

リリース ID を取得します。

releaseId: number

プロパティ値

number

scheduledDeploymentTime

リリース環境のスケジュール展開時刻を取得します。

scheduledDeploymentTime: Date

プロパティ値

Date

schedules

スケジュールのリストを取得します。

schedules: ReleaseSchedule[]

プロパティ値

status

環境の状態を取得します。

status: EnvironmentStatus

プロパティ値

timeToDeploy

展開する時間があります。

timeToDeploy: number

プロパティ値

number

triggerReason

トリガー理由を取得します。

triggerReason: string

プロパティ値

string

variableGroups

変数グループのリストを取得します。

variableGroups: VariableGroup[]

プロパティ値

variables

変数の辞書を取得します。

variables: {[key: string]: ConfigurationVariableValue}

プロパティ値

{[key: string]: ConfigurationVariableValue}

workflowTasks

ワークフロータスクのリストを取得します。

workflowTasks: WorkflowTask[]

プロパティ値