GetCAARecordPlainArgs

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

A collection of arguments for invoking getCAARecord.

Constructors

Link copied to clipboard
fun GetCAARecordPlainArgs(name: String, resourceGroupName: String, zoneName: String)

Functions

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

Properties

Link copied to clipboard

The name of the DNS CAA Record.

Link copied to clipboard

Specifies the resource group where the DNS Zone (parent resource) exists.

Link copied to clipboard

Specifies the DNS Zone where the resource exists.