AutoScaleConfiguration interface

AutoScale configuration properties.

Properties

maxReplicas

The maximum number of replicas for each service.

minReplicas

The minimum number of replicas for each service.

refreshPeriodInSeconds

Refresh period in seconds.

status

If auto-scale is enabled for all services. Each service can turn it off individually.

targetUtilization

The target utilization.

Property Details

maxReplicas

The maximum number of replicas for each service.

maxReplicas?: number

Property Value

number

minReplicas

The minimum number of replicas for each service.

minReplicas?: number

Property Value

number

refreshPeriodInSeconds

Refresh period in seconds.

refreshPeriodInSeconds?: number

Property Value

number

status

If auto-scale is enabled for all services. Each service can turn it off individually.

status?: string

Property Value

string

targetUtilization

The target utilization.

targetUtilization?: number

Property Value

number