get Record Set
Gets a record set. Uses Azure REST API version 2018-05-01. Other available API versions: 2023-07-01-preview.
Return
Describes a DNS record set (a collection of DNS records with the same name and type).
Parameters
argument
null
suspend fun getRecordSet(recordType: String, relativeRecordSetName: String, resourceGroupName: String, zoneName: String): GetRecordSetResult
Return
Describes a DNS record set (a collection of DNS records with the same name and type).
Parameters
record Type
The type of DNS record in this record set.
relative Record Set Name
The name of the record set, relative to the name of the zone.
resource Group Name
The name of the resource group.
zone Name
The name of the DNS zone (without a terminating dot).
See also
suspend fun getRecordSet(argument: suspend GetRecordSetPlainArgsBuilder.() -> Unit): GetRecordSetResult
Return
Describes a DNS record set (a collection of DNS records with the same name and type).
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetRecordSetPlainArgs.