UpdateStageStatus interface
The status of a UpdateStage.
Properties
after |
The status of the wait period configured on the UpdateStage. NOTE: This property will not be serialized. It can only be populated by the server. |
groups | The list of groups to be updated as part of this UpdateStage. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the UpdateStage. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the UpdateStage. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
afterStageWaitStatus
The status of the wait period configured on the UpdateStage. NOTE: This property will not be serialized. It can only be populated by the server.
afterStageWaitStatus?: WaitStatus
Property Value
groups
The list of groups to be updated as part of this UpdateStage. NOTE: This property will not be serialized. It can only be populated by the server.
groups?: UpdateGroupStatus[]
Property Value
name
The name of the UpdateStage. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
status
The status of the UpdateStage. NOTE: This property will not be serialized. It can only be populated by the server.
status?: UpdateStatus