Share via


RunCommandDocumentBaseOutput interface

Describes the properties of a Run Command metadata.

Properties

$schema

The VM run command schema.

description

The VM run command description.

id

The VM run command id.

label

The VM run command label.

osType

The Operating System type.

Property Details

$schema

The VM run command schema.

$schema: string

Property Value

string

description

The VM run command description.

description: string

Property Value

string

id

The VM run command id.

id: string

Property Value

string

label

The VM run command label.

label: string

Property Value

string

osType

The Operating System type.

osType: "Windows" | "Linux"

Property Value

"Windows" | "Linux"