GetPrivateZoneResult

data class GetPrivateZoneResult(val azureApiVersion: String, val etag: String? = null, val id: String, val internalId: String, val location: String? = null, val maxNumberOfRecordSets: Double, val maxNumberOfVirtualNetworkLinks: Double, val maxNumberOfVirtualNetworkLinksWithRegistration: Double, val name: String, val numberOfRecordSets: Double, val numberOfVirtualNetworkLinks: Double, val numberOfVirtualNetworkLinksWithRegistration: Double, val provisioningState: String, val tags: Map<String, String>? = null, val type: String)

Describes a Private DNS zone.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, internalId: String, location: String? = null, maxNumberOfRecordSets: Double, maxNumberOfVirtualNetworkLinks: Double, maxNumberOfVirtualNetworkLinksWithRegistration: Double, name: String, numberOfRecordSets: Double, numberOfVirtualNetworkLinks: Double, numberOfVirtualNetworkLinksWithRegistration: Double, provisioningState: String, tags: Map<String, String>? = null, type: String)

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

Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.

Link copied to clipboard

Private zone internal Id

Link copied to clipboard
val location: String? = null

The Azure Region where the resource lives

Link copied to clipboard

The maximum number of record sets that can be created in this Private 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 virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.

The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The current number of record sets in this Private 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 virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.

The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.

Link copied to clipboard

The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.

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

Resource tags.

Link copied to clipboard

The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.