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
When you query for the navigation property serviceConfigurationRecords for a Domain entity, you may get back one or more DomainDnsCnameRecord, DomainDnsMxRecord, DomainDnsSrvRecord, and/or DomainDnsTxtRecord entities. These entities indicate what DNS records you must add to the zone file of the ___domain, before the ___domain can be used by Microsoft Online Services. When it isn't possible to generate such entities, a DomainDnsUnavailableRecord Entity is returned instead. Inherited from DomainDnsRecord entity.
Methods
Direct queries to this resource aren't supported. See the ___domain article for information on how to query for ___domain service records.
Properties
Property | Type | Description |
---|---|---|
description | String | Provides the reason why the DomainDnsUnavailableRecord entity is returned. |
Relationships
None
JSON representation
The following JSON representation shows the resource type.
{
"description": "String"
}