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