Package version:

Interface DnssecConfigListResult

The response to a List DNSSEC configurations operation.

interface DnssecConfigListResult {
    nextLink?: string;
    value?: DnssecConfig[];
}

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?: DnssecConfig[]

Information about the DNSSEC configurations in the response.