ReleaseEnvironmentUpdateMetadata interface
Properties
comment | Gets or sets comment. |
scheduled |
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
variables
Sets list of environment variables to be overridden at deployment time.
variables: {[key: string]: ConfigurationVariableValue}
Property Value
{[key: string]: ConfigurationVariableValue}