AutoScalingPolicy Class

Describes the auto scaling policy.

All required parameters must be populated in order to send to Azure.

Inheritance
AutoScalingPolicy

Constructor

AutoScalingPolicy(*, name: str, trigger, mechanism, **kwargs)

Parameters

name
str
Required

Required. The name of the auto scaling policy.

trigger
AutoScalingTrigger
Required

Required. Determines when auto scaling operation will be invoked.

mechanism
AutoScalingMechanism
Required

Required. The mechanism that is used to scale when auto scaling operation is invoked.