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

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