Package version:

Interface ZonesDeleteOptionalParams

Optional parameters.

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

Hierarchy

  • unknown
    • ZonesDeleteOptionalParams

Properties

ifMatch?: string

The etag of the DNS zone. Omit this value to always delete the current zone. 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.