| title | domainDnsUnavailableRecord resource type |
|---|---|
| description | Indicates that serviceConfigurationRecords can't be generated. |
| ms.localizationpriority | medium |
| author | tafra00 |
| ms.subservice | entra-directory-management |
| doc_type | resourcePageType |
| ms.date | 05/09/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
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.
Direct queries to this resource aren't supported. See the domain article for information on how to query for domain service records.
| Property | Type | Description |
|---|---|---|
| description | String | Provides the reason why the DomainDnsUnavailableRecord entity is returned. |
None
The following JSON representation shows the resource type.
{
"description": "String",
"id": "String (identifier)",
"isOptional": true,
"label": "String",
"recordType": "String",
"supportedService": "String",
"ttl": 1024
}