AWS SDK for .NET Documentation
SuspendProcesses Method (suspendProcessesRequest)
AmazonAmazon.AutoScalingAmazonAutoScalingClientSuspendProcesses(SuspendProcessesRequest) Did this page help you?   Yes   No    Tell us about it...

Suspends Auto Scaling processes for an Auto Scaling group. To suspend specific process types, specify them by name with the ScalingProcesses.member.N parameter. To suspend all process types, omit the ScalingProcesses.member.N parameter.

IMPORTANT: Suspending either of the two primary process types, Launch or Terminate, can prevent other process types from functioning properly.

To resume processes that have been suspended, use ResumeProcesses For more information on suspending and resuming Auto Scaling process, see Suspend and Resume Auto Scaling Process .

Declaration Syntax
C#
public SuspendProcessesResponse SuspendProcesses(
	SuspendProcessesRequest suspendProcessesRequest
)
Parameters
suspendProcessesRequest (SuspendProcessesRequest)
Container for the necessary parameters to execute the SuspendProcesses service method on AmazonAutoScaling.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)