Package version:

Interface CloudServiceRoleInstancesReimageOptionalParams

Optional parameters.

interface CloudServiceRoleInstancesReimageOptionalParams {
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • CloudServiceRoleInstancesReimageOptionalParams

Properties

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.