GetSoaRecordPlainArgs

data class GetSoaRecordPlainArgs(val name: String? = null, val resourceGroupName: String, val zoneName: String) : ConvertibleToJava<GetSoaRecordPlainArgs>

A collection of arguments for invoking getSoaRecord.

Constructors

Link copied to clipboard
constructor(name: String? = null, resourceGroupName: String, zoneName: String)

Properties

Link copied to clipboard
val name: String? = null

The name of the DNS SOA 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.

Functions

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