get Soa Record
Return
A collection of values returned by getSoaRecord.
Parameters
argument
A collection of arguments for invoking getSoaRecord.
suspend fun getSoaRecord(name: String? = null, resourceGroupName: String, zoneName: String): GetSoaRecordResult
Return
A collection of values returned by getSoaRecord.
See also
Parameters
name
The name of the DNS SOA Record.
resource Group Name
Specifies the resource group where the DNS Zone (parent resource) exists.
zone Name
Specifies the DNS Zone where the resource exists.
suspend fun getSoaRecord(argument: suspend GetSoaRecordPlainArgsBuilder.() -> Unit): GetSoaRecordResult
Return
A collection of values returned by getSoaRecord.
See also
Parameters
argument
Builder for com.pulumi.azure.dns.kotlin.inputs.GetSoaRecordPlainArgs.