GetResolverPlainArgs

data class GetResolverPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetResolverPlainArgs>

A collection of arguments for invoking getResolver.

Constructors

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

Properties

Link copied to clipboard

Name of the Private DNS Resolver.

Link copied to clipboard

Name of the Resource Group where the Private DNS Resolver exists.

Functions

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