Bagikan melalui


RecordSetsOperationsExtensions.List Method

Definition

Lists all record sets in a Private DNS zone.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PrivateDns.Models.RecordSet> List (this Microsoft.Azure.Management.PrivateDns.IRecordSetsOperations operations, string resourceGroupName, string privateZoneName, int? top = default, string recordsetnamesuffix = default);
static member List : Microsoft.Azure.Management.PrivateDns.IRecordSetsOperations * string * string * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PrivateDns.Models.RecordSet>
<Extension()>
Public Function List (operations As IRecordSetsOperations, resourceGroupName As String, privateZoneName As String, Optional top As Nullable(Of Integer) = Nothing, Optional recordsetnamesuffix As String = Nothing) As IPage(Of RecordSet)

Parameters

operations
IRecordSetsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

privateZoneName
String

The name of the Private DNS zone (without a terminating dot).

top
Nullable<Int32>

The maximum number of record sets to return. If not specified, returns up to 100 record sets.

recordsetnamesuffix
String

The suffix label of the record set name to be used to filter the record set enumeration. If this parameter is specified, the returned enumeration will only contain records that end with ".<recordsetnamesuffix>".

Returns

Applies to