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

DnsClient.GetDnsRecordSet(String, String, String, RecordType) Method

Definition

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

Parameters

name
String
zoneName
String
resourceGroupName
String
recordType
RecordType

Returns

Applies to