getRecordSet

Gets a record set. Uses Azure REST API version 2023-07-01-preview. Other available API versions: 2015-05-04-preview, 2016-04-01, 2017-09-01, 2017-10-01, 2018-03-01-preview, 2018-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dns [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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. The name is case insensitive.

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.dns.kotlin.inputs.GetRecordSetPlainArgs.

See also