Edit

Share via


domainDnsUnavailableRecord resource type

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"
}