get Private Record Set
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
private Zone Name
The name of the Private DNS zone (without a terminating dot).
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.
See also
suspend fun getPrivateRecordSet(argument: suspend GetPrivateRecordSetPlainArgsBuilder.() -> Unit): GetPrivateRecordSetResult
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.