Package version:

Optional parameters.

interface FluxConfigurationsDeleteOptionalParams {
    forceDelete?: boolean;
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • FluxConfigurationsDeleteOptionalParams

Properties

forceDelete?: boolean

Delete the extension resource in Azure - not the normal asynchronous delete.

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.