DeploymentStatus interface
Deployment Status
Properties
| deployed | Indicates if Instance is deployed |
| expected |
The expected running job id |
| generation | Deployment Generation |
| last |
The lastModified of the Status |
| running |
The running job id |
| status | Deployment status |
| status |
Status details |
| target |
Target resource statuses |
Property Details
deployed
Indicates if Instance is deployed
deployed?: number
Property Value
number
expectedRunningJobId
The expected running job id
expectedRunningJobId?: number
Property Value
number
generation
Deployment Generation
generation?: number
Property Value
number
lastModified
The lastModified of the Status
lastModified?: Date
Property Value
Date
runningJobId
The running job id
runningJobId?: number
Property Value
number
status
Deployment status
status?: string
Property Value
string
statusDetails
Status details
statusDetails?: string
Property Value
string