GetPrivateZonePlainArgs

data class GetPrivateZonePlainArgs(val privateZoneName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateZonePlainArgs>

Constructors

Link copied to clipboard
constructor(privateZoneName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Private DNS zone (without a terminating dot).

Link copied to clipboard

The name of the resource group.

Functions

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