Package version:

The node profile.

interface NodeProfile {
    count: number;
    type: string;
    vmSize: string;
}

Properties

Properties

count: number

The number of virtual machines.

type: string

The node type.

vmSize: string

The virtual machine SKU.