GetRecordSetPlainArgs

data class GetRecordSetPlainArgs(val recordType: String, val relativeRecordSetName: String, val resourceGroupName: String, val zoneName: String) : ConvertibleToJava<GetRecordSetPlainArgs>

Constructors

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

Properties

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.

Link copied to clipboard

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

Functions

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