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

The DnsDomainRecordUpdateConfiguration 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 propertyId
Gets the unique ID of the record to update within the DNS service.
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.
Top
See Also