AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateScalingPlan operation. Updates the specified scaling plan.

You cannot update a scaling plan if it is in the process of being created, updated, or deleted.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AutoScalingPlans.AmazonAutoScalingPlansRequest
      Amazon.AutoScalingPlans.Model.UpdateScalingPlanRequest

Namespace: Amazon.AutoScalingPlans.Model
Assembly: AWSSDK.AutoScalingPlans.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateScalingPlanRequest : AmazonAutoScalingPlansRequest
         IAmazonWebServiceRequest

The UpdateScalingPlanRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateScalingPlanRequest()

Properties

NameTypeDescription
Public Property ApplicationSource Amazon.AutoScalingPlans.Model.ApplicationSource

Gets and sets the property ApplicationSource.

A CloudFormation stack or set of tags.

For more information, see ApplicationSource in the AWS Auto Scaling API Reference.

Public Property ScalingInstructions System.Collections.Generic.List<Amazon.AutoScalingPlans.Model.ScalingInstruction>

Gets and sets the property ScalingInstructions.

The scaling instructions.

For more information, see ScalingInstruction in the AWS Auto Scaling API Reference.

Public Property ScalingPlanName System.String

Gets and sets the property ScalingPlanName.

The name of the scaling plan.

Public Property ScalingPlanVersion System.Int64

Gets and sets the property ScalingPlanVersion.

The version number of the scaling plan. The only valid value is 1. Currently, you cannot have multiple scaling plan versions.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5