Get Dns Zone Result
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
Properties
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.
Link copied to clipboard
Maximum number of Virtual Networks that can be linked to this Private Zone with registration enabled.
Link copied to clipboard
The number of recordsets currently in the zone.
Link copied to clipboard