Package version:

Interface CloudsDeleteOptionalParams

Optional parameters.

interface CloudsDeleteOptionalParams {
    force?: string;
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • CloudsDeleteOptionalParams

Properties

force?: string

Forces the resource to be deleted.

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.