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

Resumes all suspended Auto Scaling processes for an Auto Scaling group. For information on suspending and resuming Auto Scaling process, see Suspend and Resume Auto Scaling Process .

Declaration Syntax
C#
public class ResumeProcessesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ResumeProcessesRequest()()()()
Initializes a new instance of the ResumeProcessesRequest 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
 ResumeProcessesRequest
See Also

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