Package version:

Interface CloudServicesUpdateOptionalParams

Optional parameters.

interface CloudServicesUpdateOptionalParams {
    parameters?: CloudServiceUpdate;
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • CloudServicesUpdateOptionalParams

Properties

parameters?: CloudServiceUpdate

The cloud service object.

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.