GetCnameRecordResult

data class GetCnameRecordResult(val fqdn: String, val id: String, val name: String, val record: String, val resourceGroupName: String, val tags: Map<String, String>, val targetResourceId: String, val ttl: Int, val zoneName: String)

A collection of values returned by getCnameRecord.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The FQDN of the Private DNS CName 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

The target of the CNAME.

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard
Link copied to clipboard
val ttl: Int

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

Link copied to clipboard