GetZonePlainArgs

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

A collection of arguments for invoking getZone.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String? = null)

Properties

Link copied to clipboard

The name of the DNS Zone.

Link copied to clipboard

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

Functions

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