ImpactedServiceRegion interface

Azure region impacted by the service health event.

Properties

impactedRegion

Impacted region name.

impactedSubscriptions

List subscription impacted by the service health event.

impactedTenants

List tenant impacted by the service health event.

lastUpdateTime

It provides the Timestamp for when the last update for the service health event.

status

Current status of event in the region.

updates

List of updates for given service health event.

Property Details

impactedRegion

Impacted region name.

impactedRegion?: string

Property Value

string

impactedSubscriptions

List subscription impacted by the service health event.

impactedSubscriptions?: string[]

Property Value

string[]

impactedTenants

List tenant impacted by the service health event.

impactedTenants?: string[]

Property Value

string[]

lastUpdateTime

It provides the Timestamp for when the last update for the service health event.

lastUpdateTime?: Date

Property Value

Date

status

Current status of event in the region.

status?: string

Property Value

string

updates

List of updates for given service health event.

updates?: Update[]

Property Value

Update[]