domainDnsUnavailableRecord resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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",
"id": "String (identifier)",
"isOptional": true,
"label": "String",
"recordType": "String",
"supportedService": "String",
"ttl": 1024
}