Package version:

Interface DnssecConfigsCreateOrUpdateOptionalParams

Optional parameters.

interface DnssecConfigsCreateOrUpdateOptionalParams {
    ifMatch?: string;
    ifNoneMatch?: string;
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • DnssecConfigsCreateOrUpdateOptionalParams

Properties

ifMatch?: string

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

ifNoneMatch?: string

Set to '*' to allow this DNSSEC configuration to be created, but to prevent updating existing DNSSEC configuration. Other values will be ignored.

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.