PrivateDnsClient.ListRecordSets Method

Definition

Overloads

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

ListRecordSets(String, String)

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

Parameters

zoneName
String
resourceGroupName
String

Returns

Applies to

ListRecordSets(String, String, RecordType)

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

Parameters

zoneName
String
resourceGroupName
String
recordType
RecordType

Returns

Applies to