getRecordSet

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

recordType

The type of DNS record in this record set.

relativeRecordSetName

The name of the record set, relative to the name of the zone.

resourceGroupName

The name of the resource group.

zoneName

The name of the DNS zone (without a terminating dot).

See also


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.

See also