GetPrivateRecordSetPlainArgs

data class GetPrivateRecordSetPlainArgs(val privateZoneName: String, val recordType: String, val relativeRecordSetName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateRecordSetPlainArgs>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The type of DNS record in this record set.

Link copied to clipboard

The name of the record set, relative to the name of the zone.

Link copied to clipboard

The name of the resource group.

Functions

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