Package version:

Interface ZoneListResult

The response to a Zone List or ListAll operation.

interface ZoneListResult {
    nextLink?: string;
    value?: Zone[];
}

Properties

Properties

nextLink?: string

The continuation token for the next page of results. NOTE: This property will not be serialized. It can only be populated by the server.

value?: Zone[]

Information about the DNS zones.