The Instance data type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Instance
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | ||
|---|---|---|---|---|
|  | Instance()()()() | Initializes a new instance of the Instance class | ||
|  | AvailabilityZone | 
            Availability Zones associated with this instance.
             
             Constraints: | ||
|  | 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.) | ||
|  | HealthStatus | 
            The instance's health status.
             
             Constraints: | ||
|  | InstanceId | 
            Specifies the ID of the Amazon EC2 instance.
             
             Constraints: | ||
|  | LaunchConfigurationName | 
            The launch configuration associated with this instance.
             
             Constraints: | ||
|  | LifecycleState | 
            Contains a description of the current lifecycle state.  
 Constraints: | ||
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | ||
|  | WithAvailabilityZone(String) | Obsolete. 
            Sets the AvailabilityZone property
             | ||
|  | WithHealthStatus(String) | Obsolete. 
            Sets the HealthStatus property
             | ||
|  | WithInstanceId(String) | Obsolete. 
            Sets the InstanceId property
             | ||
|  | WithLaunchConfigurationName(String) | Obsolete. 
            Sets the LaunchConfigurationName property
             | ||
|  | WithLifecycleState(String) | Obsolete. 
            Sets the LifecycleState property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Instance | 
 Note:
 Note: