Package version:

Interface VirtualMachineCreateCheckpoint

Defines the create checkpoint action properties.

interface VirtualMachineCreateCheckpoint {
    description?: string;
    name?: string;
}

Properties

Properties

description?: string

Description of the checkpoint.

name?: string

Name of the checkpoint.