DefaultRolloutStatus interface

model interface DefaultRolloutStatus

Extends

Properties

manifestCheckinStatus

The manifest checkin status.

nextTrafficRegion

The next traffic region.

nextTrafficRegionScheduledTime

The next traffic region scheduled time.

subscriptionReregistrationResult

The subscription reregistration result.

Inherited Properties

completedRegions

The completed regions.

failedOrSkippedRegions

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