Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 2.11 KB

File metadata and controls

68 lines (53 loc) · 2.11 KB
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

domainDnsUnavailableRecord resource type

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.

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
}