你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateDnsClient.GetPrivateDnsRecordSet Method

Definition

public Microsoft.Azure.Commands.PrivateDns.Models.PSPrivateDnsRecordSet GetPrivateDnsRecordSet (string name, string zoneName, string resourceGroupName, Microsoft.Azure.Management.PrivateDns.Models.RecordType recordType);
member this.GetPrivateDnsRecordSet : string * string * string * Microsoft.Azure.Management.PrivateDns.Models.RecordType -> Microsoft.Azure.Commands.PrivateDns.Models.PSPrivateDnsRecordSet
Public Function GetPrivateDnsRecordSet (name As String, zoneName As String, resourceGroupName As String, recordType As RecordType) As PSPrivateDnsRecordSet

Parameters

name
String
zoneName
String
resourceGroupName
String
recordType
RecordType

Returns

Applies to