Package version:

Interface VirtualMachinesPowerOffOptionalParams

Optional parameters.

interface VirtualMachinesPowerOffOptionalParams {
    resumeFrom?: string;
    skipShutdown?: boolean;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • VirtualMachinesPowerOffOptionalParams

Properties

resumeFrom?: string

A serialized poller which can be used to resume an existing paused Long-Running-Operation.

skipShutdown?: boolean

The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified

updateIntervalInMs?: number

Delay to wait until next poll, in milliseconds.