DefaultRolloutPropertiesStatus interface

The default rollout status.

Extends

Inherited Properties

completedRegions

The completed regions.

failedOrSkippedRegions

The failed or skipped regions.

manifestCheckinStatus

The manifest checkin status.

nextTrafficRegion

The next traffic region.

nextTrafficRegionScheduledTime

The next traffic region scheduled time.

subscriptionReregistrationResult

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