PrivateDnsZoneConfigResponse

data class PrivateDnsZoneConfigResponse(val name: String? = null, val privateDnsZoneId: String? = null, val recordSets: List<RecordSetResponse>)

PrivateDnsZoneConfig resource.

Constructors

Link copied to clipboard
constructor(name: String? = null, privateDnsZoneId: String? = null, recordSets: List<RecordSetResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

The resource id of the private dns zone.

Link copied to clipboard

A collection of information regarding a recordSet, holding information to identify private resources.