Package version:

Interface SkuProfileVMSize

Specifies the VM Size.

interface SkuProfileVMSize {
    name?: string;
    rank?: number;
}

Properties

Properties

name?: string

Specifies the name of the VM Size.

rank?: number

Specifies the rank (a.k.a priority) associated with the VM Size.