Get Soa Record Result
data class GetSoaRecordResult(val email: String, val expireTime: Int, val fqdn: String, val hostName: String, val id: String, val minimumTtl: Int, val name: String? = null, val refreshTime: Int, val resourceGroupName: String, val retryTime: Int, val serialNumber: Int, val tags: Map<String, String>, val ttl: Int, val zoneName: String)
A collection of values returned by getSoaRecord.
Properties
Link copied to clipboard
The expire time for the SOA record.
Link copied to clipboard
The minimum Time To Live for the SOA record. By convention, it is used to determine the negative caching duration.
Link copied to clipboard
The refresh time for the SOA record.
Link copied to clipboard
Link copied to clipboard
The serial number for the SOA record.