The StackSummary Data Type

C# |
public class StackSummary

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | StackSummary()()()() | Initializes a new instance of the StackSummary class |
![]() | CreationTime |
The time the stack was created.
|
![]() | DeletionTime |
The time the stack was deleted.
|
![]() | 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.) |
![]() | LastUpdatedTime |
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
|
![]() | StackId |
Unique stack identifier.
|
![]() | StackName |
The name associated with the stack.
|
![]() | StackStatus |
The current status of the stack.
Constraints: |
![]() | StackStatusReason |
Success/Failure message associated with the stack status.
|
![]() | TemplateDescription |
The template description of the template used to create the stack.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCreationTime(DateTime) | Obsolete.
Sets the CreationTime property
|
![]() | WithDeletionTime(DateTime) | Obsolete.
Sets the DeletionTime property
|
![]() | WithLastUpdatedTime(DateTime) | Obsolete.
Sets the LastUpdatedTime property
|
![]() | WithStackId(String) | Obsolete.
Sets the StackId property
|
![]() | WithStackName(String) | Obsolete.
Sets the StackName property
|
![]() | WithStackStatus(String) | Obsolete.
Sets the StackStatus property
|
![]() | WithStackStatusReason(String) | Obsolete.
Sets the StackStatusReason property
|
![]() | WithTemplateDescription(String) | Obsolete.
Sets the TemplateDescription property
|

Object | |
![]() | StackSummary |