ReleaseEnvironmentUpdateMetadata interface

Properties

comment

Gets or sets comment.

scheduledDeploymentTime

Gets or sets scheduled deployment time.

status

Gets or sets status of environment.

variables

Sets list of environment variables to be overridden at deployment time.

Property Details

comment

Gets or sets comment.

comment: string

Property Value

string

scheduledDeploymentTime

Gets or sets scheduled deployment time.

scheduledDeploymentTime: Date

Property Value

Date

status

Gets or sets status of environment.

status: EnvironmentStatus

Property Value

variables

Sets list of environment variables to be overridden at deployment time.

variables: {[key: string]: ConfigurationVariableValue}

Property Value

{[key: string]: ConfigurationVariableValue}