Package version:

Interface DnssecConfigsDeleteOptionalParams

Optional parameters.

interface DnssecConfigsDeleteOptionalParams {
    ifMatch?: string;
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • DnssecConfigsDeleteOptionalParams

Properties

ifMatch?: string

The etag of this DNSSEC configuration. Omit this value to always delete the DNSSEC configuration. Specify the last-seen etag value to prevent accidentally deleting any concurrent changes.

resumeFrom?: string

A serialized poller which can be used to resume an existing paused Long-Running-Operation.

updateIntervalInMs?: number

Delay to wait until next poll, in milliseconds.