Package version:

Interface VirtualMachineInstancesDeleteOptionalParams

Optional parameters.

interface VirtualMachineInstancesDeleteOptionalParams {
    deleteFromHost?: string;
    force?: string;
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • VirtualMachineInstancesDeleteOptionalParams

Properties

deleteFromHost?: string

Whether to disable the VM from azure and also delete it from Vmm.

force?: string

Forces the resource to be deleted.

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.