Package version:

Interface AccountsTransitionToCmkOptionalParams

Optional parameters.

interface AccountsTransitionToCmkOptionalParams {
    body?: EncryptionTransitionRequest;
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • AccountsTransitionToCmkOptionalParams

Properties

The required parameters to perform encryption transition.

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.