DefaultRolloutStatus interface
model interface DefaultRolloutStatus
- Extends
Properties
| manifest |
The manifest checkin status. |
| next |
The next traffic region. |
| next |
The next traffic region scheduled time. |
| subscription |
The subscription reregistration result. |
Inherited Properties
| completed |
The completed regions. |
| failed |
The failed or skipped regions. |
Property Details
manifestCheckinStatus
The manifest checkin status.
manifestCheckinStatus?: DefaultRolloutStatusManifestCheckinStatus
Property Value
nextTrafficRegion
The next traffic region.
nextTrafficRegion?: string
Property Value
string
nextTrafficRegionScheduledTime
The next traffic region scheduled time.
nextTrafficRegionScheduledTime?: Date
Property Value
Date
subscriptionReregistrationResult
The subscription reregistration result.
subscriptionReregistrationResult?: string
Property Value
string
Inherited Property Details
completedRegions
The completed regions.
completedRegions?: string[]
Property Value
string[]
Inherited From RolloutStatusBase.completedRegions
failedOrSkippedRegions
The failed or skipped regions.
failedOrSkippedRegions?: Record<string, ExtendedErrorInfo>
Property Value
Record<string, ExtendedErrorInfo>
Inherited From RolloutStatusBase.failedOrSkippedRegions