GetPtrRecordResult

data class GetPtrRecordResult(val fqdn: String, val id: String, val name: String, val records: List<String>, val resourceGroupName: String, val tags: Map<String, String>, val ttl: Int, val zoneName: String)

A collection of values returned by getPtrRecord.

Constructors

Link copied to clipboard
constructor(fqdn: String, id: String, name: String, records: List<String>, resourceGroupName: String, tags: Map<String, String>, ttl: Int, zoneName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The FQDN of the Private DNS PTR Record.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

List of Fully Qualified Domain Names.

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard
val ttl: Int

The Time To Live (TTL) of the Private DNS record in seconds.

Link copied to clipboard