Click or drag to resize
DnsDomainRecordConfiguration Properties
This API is preliminary and subject to change.

The DnsDomainRecordConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyComment
Gets the optional comment associated with the DNS record.
Public propertyData
Gets the data for this DNS record.
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyName
Gets the name of the DNS record.
Public propertyPriority
Gets the priority associated with the DNS record.
Public propertyTimeToLive
Gets the time-to-live for the DNS record.
Public propertyType
Gets the DNS record type.
Top
See Also