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 Private DNS SOA Record.
resource Group Name
Specifies the resource group where the Private DNS Zone (parent resource) exists.
zone Name
Specifies the Private 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.privatedns.kotlin.inputs.GetSoaRecordPlainArgs.