CustomRolloutPropertiesStatus interface
The status.
- Extends
Inherited Properties
| completed |
The completed regions. |
| failed |
The failed or skipped regions. |
| manifest |
The manifest checkin status. |
Inherited Property Details
completedRegions
The completed regions.
completedRegions?: string[]
Property Value
string[]
Inherited From CustomRolloutStatus.completedRegions
failedOrSkippedRegions
The failed or skipped regions.
failedOrSkippedRegions?: Record<string, ExtendedErrorInfo>
Property Value
Record<string, ExtendedErrorInfo>
Inherited From CustomRolloutStatus.failedOrSkippedRegions
manifestCheckinStatus
The manifest checkin status.
manifestCheckinStatus?: CustomRolloutStatusManifestCheckinStatus
Property Value
Inherited From CustomRolloutStatus.manifestCheckinStatus