Package version:

Interface RunCommandDocumentBase

Describes the properties of a Run Command metadata.

interface RunCommandDocumentBase {
    description: string;
    id: string;
    label: string;
    osType: OperatingSystemTypes;
    schema: string;
}

Hierarchy (view full)

Properties

description: string

The VM run command description.

id: string

The VM run command id.

label: string

The VM run command label.

The Operating System type.

schema: string

The VM run command schema.