CustomRolloutStatus interface

model interface CustomRolloutStatus

Properties

completedRegions

The completed regions.

failedOrSkippedRegions

The failed or skipped regions.

manifestCheckinStatus

The manifest checkin status.

Property Details

completedRegions

The completed regions.

completedRegions?: string[]

Property Value

string[]

failedOrSkippedRegions

The failed or skipped regions.

failedOrSkippedRegions?: Record<string, ExtendedErrorInfo>

Property Value

Record<string, ExtendedErrorInfo>

manifestCheckinStatus

The manifest checkin status.

manifestCheckinStatus?: CustomRolloutStatusManifestCheckinStatus

Property Value