Package version:

Interface VirtualMachineScaleSetsPowerOffOptionalParams

Optional parameters.

interface VirtualMachineScaleSetsPowerOffOptionalParams {
    resumeFrom?: string;
    skipShutdown?: boolean;
    updateIntervalInMs?: number;
    vmInstanceIDs?: VirtualMachineScaleSetVMInstanceIDs;
}

Hierarchy

  • unknown
    • VirtualMachineScaleSetsPowerOffOptionalParams

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.

A list of virtual machine instance IDs from the VM scale set.