AutoScaleConfiguration interface

AutoScale configuration properties.

Properties

maxReplicas

The maximum number of replicas for each service. Default value: 100.

minReplicas

The minimum number of replicas for each service. Default value: 1.

refreshPeriodInSeconds

Refresh period in seconds.

status

If auto-scale is enabled for all services. Each service can turn it off individually. Possible values include: 'Enabled', 'Disabled'. Default value: 'Disabled'.

targetUtilization

The target utilization.

Property Details

maxReplicas

The maximum number of replicas for each service. Default value: 100.

maxReplicas?: number

Property Value

number

minReplicas

The minimum number of replicas for each service. Default value: 1.

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. Possible values include: 'Enabled', 'Disabled'. Default value: 'Disabled'.

status?: Status

Property Value

targetUtilization

The target utilization.

targetUtilization?: number

Property Value

number