DnsClient.GetDnsRecordSet(String, String, String, RecordType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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