GetPrivateRecordSetResult

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)

Types

Link copied to clipboard
object Companion

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
val etag: String? = null

The ETag of the record set.

Link copied to clipboard

Fully qualified domain name of the record set.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.

Link copied to clipboard

Is the record set auto-registered in the Private DNS zone through a virtual network link?

Link copied to clipboard
val metadata: Map<String, String>? = null

The metadata attached to the record set.

Link copied to clipboard

The list of MX records in the record set.

Link copied to clipboard

The name of the resource

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
val ttl: Double? = null

The TTL (time-to-live) of the records in the record set.

Link copied to clipboard

The list of TXT records in the record set.

Link copied to clipboard

The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.