GetDnsZonePlainArgs

data class GetDnsZonePlainArgs(val name: String, val resourceGroupName: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDnsZonePlainArgs>

A collection of arguments for invoking getDnsZone.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

The name of the Private DNS Zone.

Link copied to clipboard

The Name of the Resource Group where the Private DNS Zone exists. If the Name of the Resource Group is not provided, the first Private DNS Zone from the list of Private DNS Zones in your subscription that matches name will be returned.

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

A mapping of tags for the zone.

Functions

Link copied to clipboard
open override fun toJava(): GetDnsZonePlainArgs