Share via


DnsClient.ListRecordSets Method

Definition

Overloads

ListRecordSets(String, String)
ListRecordSets(String, String, RecordType)

ListRecordSets(String, String)

public System.Collections.Generic.List<Microsoft.Azure.Commands.Dns.DnsRecordSet> ListRecordSets (string zoneName, string resourceGroupName);
member this.ListRecordSets : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Dns.DnsRecordSet>
Public Function ListRecordSets (zoneName As String, resourceGroupName As String) As List(Of DnsRecordSet)

Parameters

zoneName
String
resourceGroupName
String

Returns

Applies to

ListRecordSets(String, String, RecordType)

public System.Collections.Generic.List<Microsoft.Azure.Commands.Dns.DnsRecordSet> ListRecordSets (string zoneName, string resourceGroupName, Microsoft.Azure.Management.Dns.Models.RecordType recordType);
member this.ListRecordSets : string * string * Microsoft.Azure.Management.Dns.Models.RecordType -> System.Collections.Generic.List<Microsoft.Azure.Commands.Dns.DnsRecordSet>
Public Function ListRecordSets (zoneName As String, resourceGroupName As String, recordType As RecordType) As List(Of DnsRecordSet)

Parameters

zoneName
String
resourceGroupName
String
recordType
RecordType

Returns

Applies to