Package version:

Workload profile to scope container app execution.

interface WorkloadProfile {
    enableFips?: boolean;
    maximumCount?: number;
    minimumCount?: number;
    name: string;
    workloadProfileType: string;
}

Properties

enableFips?: boolean

Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles.

maximumCount?: number

The maximum capacity.

minimumCount?: number

The minimum capacity.

name: string

Workload profile type for the workloads to run on.

workloadProfileType: string

Workload profile type for the workloads to run on.