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. For more information about processes and their dependencies, see ProcessType.

To resume processes that have been suspended, use ResumeProcesses.

Namespace: Amazon.AutoScaling
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public SuspendProcessesResponse SuspendProcesses(
	SuspendProcessesRequest suspendProcessesRequest
)
Public Function SuspendProcesses ( _
	suspendProcessesRequest As SuspendProcessesRequest _
) As SuspendProcessesResponse
public:
virtual SuspendProcessesResponse^ SuspendProcesses(
	SuspendProcessesRequest^ suspendProcessesRequest
) sealed

Parameters

suspendProcessesRequest
SuspendProcessesRequest
Container for the necessary parameters to execute the SuspendProcesses service method on AmazonAutoScaling.

Implements

AmazonAutoScaling..::..SuspendProcesses(SuspendProcessesRequest)

See Also