Sdílet prostřednictvím


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