An Auto Scaling process that has been suspended. For more information, see ProcessType.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class SuspendedProcess
Public Class SuspendedProcess
public ref class SuspendedProcess
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| SuspendedProcess()()()() | Initializes a new instance of the SuspendedProcess class | |
| Equals(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: | |
| SuspensionReason |
The reason that the process was suspended.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithProcessName(String) |
Sets the ProcessName property
| |
| WithSuspensionReason(String) |
Sets the SuspensionReason property
|