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 DescribeScalingProcessTypes operation. Describes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AutoScaling.AmazonAutoScalingRequest
      Amazon.AutoScaling.Model.DescribeScalingProcessTypesRequest

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

Syntax

C#
public class DescribeScalingProcessTypesRequest : AmazonAutoScalingRequest
         IAmazonWebServiceRequest

The DescribeScalingProcessTypesRequest type exposes the following members

Constructors

Examples

This example describes the Auto Scaling process types.

To describe the Auto Scaling process types


var client = new AmazonAutoScalingClient();
var response = client.DescribeScalingProcessTypes(new DescribeScalingProcessTypesRequest 
{
});

List<ProcessType> processes = response.Processes;

            

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