AWS SDK for .NET Documentation
SuspendProcessesRequest Class
AmazonAmazon.AutoScaling.ModelSuspendProcessesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the SuspendProcesses operation.

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 class SuspendProcessesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SuspendProcessesRequest()()()()
Initializes a new instance of the SuspendProcessesRequest class

AutoScalingGroupName
The name or Amazon Resource Name (ARN) of the Auto Scaling group.

Constraints:

Length
1 - 1600
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ScalingProcesses
The processes that you want to suspend or resume, which can include one or more of the following:
  • Launch
  • Terminate
  • HealthCheck
  • ReplaceUnhealthy
  • AZRebalance
  • AlarmNotification
  • ScheduledActions
  • AddToLoadBalancer
To suspend all process types, omit this parameter.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAutoScalingGroupName(String) Obsolete.
Sets the AutoScalingGroupName property

WithScalingProcesses(array<String>[]()[][]) Obsolete.
Adds elements to the ScalingProcesses collection

WithScalingProcesses(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the ScalingProcesses collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 SuspendProcessesRequest
See Also

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