GetDnsZoneResult

data class GetDnsZoneResult(val id: String, val maxNumberOfRecordSets: Int, val maxNumberOfVirtualNetworkLinks: Int, val maxNumberOfVirtualNetworkLinksWithRegistration: Int, val name: String, val numberOfRecordSets: Int, val resourceGroupName: String, val tags: Map<String, String>? = null)

A collection of values returned by getDnsZone.

Constructors

Link copied to clipboard
constructor(id: String, maxNumberOfRecordSets: Int, maxNumberOfVirtualNetworkLinks: Int, maxNumberOfVirtualNetworkLinksWithRegistration: Int, name: String, numberOfRecordSets: Int, resourceGroupName: String, tags: Map<String, String>? = null)

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 recordsets that can be created in this Private Zone.

Link copied to clipboard

Maximum number of Virtual Networks that can be linked to this Private Zone.

Maximum number of Virtual Networks that can be linked to this Private Zone with registration enabled.

Link copied to clipboard
Link copied to clipboard

The number of recordsets currently in the zone.

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

A mapping of tags for the zone.