C# Класс Amazon.ApplicationAutoScaling.Model.PutScalingPolicyRequest

Container for the parameters to the PutScalingPolicy operation. Creates or updates a policy for an Application Auto Scaling scalable target.

Each scalable target is identified by a service namespace, resource ID, and scalable dimension. A scaling policy applies to the scalable target identified by those three attributes. You cannot create a scaling policy without first registering a scalable target using RegisterScalableTarget.

To update a policy, specify its policy name and the parameters that you want to change. Any parameters that you don't specify are not changed by this update request.

You can view the scaling policies for a service namespace using DescribeScalingPolicies. If you are no longer using a scaling policy, you can delete it using DeleteScalingPolicy.

Наследование: AmazonApplicationAutoScalingRequest
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetPolicyName ( ) : bool
IsSetPolicyType ( ) : bool
IsSetResourceId ( ) : bool
IsSetScalableDimension ( ) : bool
IsSetServiceNamespace ( ) : bool
IsSetStepScalingPolicyConfiguration ( ) : bool