Package version:

Interface RecommendedMachineConfiguration

The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.

interface RecommendedMachineConfiguration {
    memory?: ResourceRange;
    vCPUs?: ResourceRange;
}

Properties

Properties

memory?: ResourceRange

Describes the resource range.

Describes the resource range.