Package version:

Interface RecordSetsListByDnsZoneOptionalParams

Optional parameters.

interface RecordSetsListByDnsZoneOptionalParams {
    recordsetnamesuffix?: string;
    top?: number;
}

Hierarchy

  • unknown
    • RecordSetsListByDnsZoneOptionalParams

Properties

recordsetnamesuffix?: string

The suffix label of the record set name that has to be used to filter the record set enumerations. If this parameter is specified, Enumeration will return only records that end with .

top?: number

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