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
fun GetSoaRecordPlainArgs(name: String? = null, resourceGroupName: String, zoneName: String)

Functions

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

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.