getPrivateRecordSet

Gets a record set. Uses Azure REST API version 2024-06-01. Other available API versions: 2018-09-01, 2020-01-01, 2020-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native privatedns [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) in a Private DNS zone.

Parameters

argument

null


suspend fun getPrivateRecordSet(privateZoneName: String, recordType: String, relativeRecordSetName: String, resourceGroupName: String): GetPrivateRecordSetResult

Return

Describes a DNS record set (a collection of DNS records with the same name and type) in a Private DNS zone.

Parameters

privateZoneName

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

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.

See also


Return

Describes a DNS record set (a collection of DNS records with the same name and type) in a Private DNS zone.

Parameters

argument

Builder for com.pulumi.azurenative.privatedns.kotlin.inputs.GetPrivateRecordSetPlainArgs.

See also