GetZoneResult

data class GetZoneResult(val id: String, val maxNumberOfRecordSets: Int, val name: String, val nameServers: List<String>, val numberOfRecordSets: Int, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getZone.

Constructors

Link copied to clipboard
constructor(id: String, maxNumberOfRecordSets: Int, name: String, nameServers: List<String>, numberOfRecordSets: Int, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Maximum number of Records in the zone.

Link copied to clipboard
Link copied to clipboard

A list of values that make up the NS record for the zone.

Link copied to clipboard

The number of records already in the zone.

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the DNS Zone.