MSDeployStatusPropertiesOutput interface
MSDeployStatus resource specific properties
Properties
| complete | Whether the deployment operation has completed |
| deployer | Username of deployer |
| end |
End time of deploy operation |
| provisioning |
Provisioning state |
| start |
Start time of deploy operation |
Property Details
complete
Whether the deployment operation has completed
complete?: boolean
Property Value
boolean
deployer
Username of deployer
deployer?: string
Property Value
string
endTime
End time of deploy operation
endTime?: string
Property Value
string
provisioningState
Provisioning state
provisioningState?: "accepted" | "running" | "succeeded" | "failed" | "canceled"
Property Value
"accepted" | "running" | "succeeded" | "failed" | "canceled"
startTime
Start time of deploy operation
startTime?: string
Property Value
string