Package version:

Interface StopVirtualMachineOptions

Defines the stop action properties.

interface StopVirtualMachineOptions {
    skipShutdown?: string;
}

Properties

Properties

skipShutdown?: string

Gets or sets a value indicating whether to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Defaults to false.