Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
A top-level container for service communications resources.
Methods
| Method | Return type | Description |
|---|---|---|
| List health overviews | 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 read-only. |
| issues | Collection(serviceHealthIssue) | A collection of service issues for tenant. This property is a contained navigation property, it is nullable and read-only. |
| messages | Collection(serviceUpdateMessage) | A collection of service messages for tenant. This property is a contained navigation property, it is nullable and read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.serviceAnnouncement"
}