Get Private Record Set Result
data class GetPrivateRecordSetResult(val aRecords: List<ARecordResponse>? = null, val aaaaRecords: List<AaaaRecordResponse>? = null, val azureApiVersion: String, val cnameRecord: CnameRecordResponse? = null, val etag: String? = null, val fqdn: String, val id: String, val isAutoRegistered: Boolean, val metadata: Map<String, String>? = null, val mxRecords: List<MxRecordResponse>? = null, val name: String, val ptrRecords: List<PtrRecordResponse>? = null, val soaRecord: SoaRecordResponse? = null, val srvRecords: List<SrvRecordResponse>? = null, val ttl: Double? = null, val txtRecords: List<TxtRecordResponse>? = null, val type: String)
Describes a DNS record set (a collection of DNS records with the same name and type) in a Private DNS zone.
Constructors
Link copied to clipboard
constructor(aRecords: List<ARecordResponse>? = null, aaaaRecords: List<AaaaRecordResponse>? = null, azureApiVersion: String, cnameRecord: CnameRecordResponse? = null, etag: String? = null, fqdn: String, id: String, isAutoRegistered: Boolean, metadata: Map<String, String>? = null, mxRecords: List<MxRecordResponse>? = null, name: String, ptrRecords: List<PtrRecordResponse>? = null, soaRecord: SoaRecordResponse? = null, srvRecords: List<SrvRecordResponse>? = null, ttl: Double? = null, txtRecords: List<TxtRecordResponse>? = null, type: String)
Properties
Link copied to clipboard
The list of AAAA records in the record set.
Link copied to clipboard
The list of A records in the record set.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The CNAME record in the record set.
Link copied to clipboard
Is the record set auto-registered in the Private DNS zone through a virtual network link?
Link copied to clipboard
The list of MX records in the record set.
Link copied to clipboard
The list of PTR records in the record set.
Link copied to clipboard
The SOA record in the record set.
Link copied to clipboard
The list of SRV records in the record set.
Link copied to clipboard
The list of TXT records in the record set.