serviceAnnouncement resource type

Namespace: microsoft.graph

A top-level container for service communications resources.

Methods

Method Return type Description
List healthOverviews serviceHealth collection Get the serviceHealth resources from the healthOverviews navigation property.
List issues serviceHealthIssue collection Get the serviceHealthIssue resources from the issues navigation property.
List messages serviceUpdateMessage collection Get the serviceUpdateMessage resources from the messages navigation property.

Properties

None.

Relationships

Relationship Type Description
healthOverviews Collection(serviceHealth) A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
issues Collection(serviceHealthIssue) A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
messages Collection(serviceUpdateMessage) A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.serviceAnnouncement"
}