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