AWS SDK for .NET Documentation
SuspendedProcess Class
AmazonAmazon.AutoScaling.ModelSuspendedProcess Did this page help you?   Yes   No    Tell us about it...

An Auto Scaling process that has been suspended. For more information, see ProcessType.

Declaration Syntax
C#
public class SuspendedProcess
Members
All MembersConstructorsMethodsProperties



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

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.)
ProcessName
The name of the suspended process.

Constraints:

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


SuspensionReason
The reason that the process was suspended.

Constraints:

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


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

WithSuspensionReason(String) Obsolete.
Sets the SuspensionReason property

Inheritance Hierarchy
Object
SuspendedProcess

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