Package version:

Interface VolumesBreakReplicationOptionalParams

Optional parameters.

interface VolumesBreakReplicationOptionalParams {
    body?: BreakReplicationRequest;
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • VolumesBreakReplicationOptionalParams

Properties

Optional body to force break the replication.

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.