GetZoneResult

data class GetZoneResult(val azureApiVersion: String, val etag: String? = null, val id: String, val location: String, val maxNumberOfRecordSets: Double, val maxNumberOfRecordsPerRecordSet: Double, val name: String, val nameServers: List<String>, val numberOfRecordSets: Double, val registrationVirtualNetworks: List<SubResourceResponse>? = null, val resolutionVirtualNetworks: List<SubResourceResponse>? = null, val signingKeys: List<SigningKeyResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zoneType: String? = null)

Describes a DNS zone.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, location: String, maxNumberOfRecordSets: Double, maxNumberOfRecordsPerRecordSet: Double, name: String, nameServers: List<String>, numberOfRecordSets: Double, registrationVirtualNetworks: List<SubResourceResponse>? = null, resolutionVirtualNetworks: List<SubResourceResponse>? = null, signingKeys: List<SigningKeyResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, zoneType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val etag: String? = null

The etag of the zone.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource location.

Link copied to clipboard

The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.

Link copied to clipboard

The maximum number of records per record set that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.

Link copied to clipboard

Resource name.

Link copied to clipboard

The name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored.

Link copied to clipboard

The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.

Link copied to clipboard

A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private.

Link copied to clipboard

A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.

Link copied to clipboard

The list of signing keys.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard
val zoneType: String? = null

The type of this DNS zone (Public or Private).