Package version:

Interface VirtualMachineImageFeature

Specifies additional capabilities supported by the image

interface VirtualMachineImageFeature {
    name?: string;
    value?: string;
}

Properties

Properties

name?: string

The name of the feature.

value?: string

The corresponding value for the feature.