getPrivateRecordSet

Gets a record set. API Version: 2020-06-01.

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.network.kotlin.inputs.GetPrivateRecordSetPlainArgs.

See also