GetResolverResult

data class GetResolverResult(val id: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val virtualNetworkId: String)

A collection of values returned by getResolver.

Constructors

Link copied to clipboard
constructor(id: String, location: String, name: String, resourceGroupName: String, tags: Map<String, String>, virtualNetworkId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Private DNS Resolver exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The tags assigned to the Private DNS Resolver.

Link copied to clipboard

The ID of the Virtual Network that is linked to the Private DNS Resolver.