Describes the AWS resources in use by this environment. This data is live.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class EnvironmentResourceDescription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | EnvironmentResourceDescription()()()() | Initializes a new instance of the EnvironmentResourceDescription class | 
|  | AutoScalingGroups | 
            Gets and sets the property AutoScalingGroups. 
             
                     The          | 
|  | EnvironmentName | 
            Gets and sets the property EnvironmentName. 
             The name of the environment. | 
|  | 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.) | 
|  | Instances | 
            Gets and sets the property Instances. 
             The Amazon EC2 instances used by this environment. | 
|  | LaunchConfigurations | 
            Gets and sets the property LaunchConfigurations. 
             The Auto Scaling launch configurations in use by this environment. | 
|  | LoadBalancers | 
            Gets and sets the property LoadBalancers. 
             The LoadBalancers in use by this environment. | 
|  | Queues | 
            Gets and sets the property Queues. 
             The queues used by this environment. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Triggers | 
            Gets and sets the property Triggers. 
             
                     The          | 
|  | WithAutoScalingGroups(array<AutoScalingGroup>[]()[][]) | Obsolete. 
            Sets the AutoScalingGroups property
             | 
|  | WithAutoScalingGroups(IEnumerable<(Of <<'(AutoScalingGroup>)>>)) | Obsolete. 
            Sets the AutoScalingGroups property
             | 
|  | WithEnvironmentName(String) | Obsolete. 
            Sets the EnvironmentName property
             | 
|  | WithInstances(array<Instance>[]()[][]) | Obsolete. 
            Sets the Instances property
             | 
|  | WithInstances(IEnumerable<(Of <<'(Instance>)>>)) | Obsolete. 
            Sets the Instances property
             | 
|  | WithLaunchConfigurations(array<LaunchConfiguration>[]()[][]) | Obsolete. 
            Sets the LaunchConfigurations property
             | 
|  | WithLaunchConfigurations(IEnumerable<(Of <<'(LaunchConfiguration>)>>)) | Obsolete. 
            Sets the LaunchConfigurations property
             | 
|  | WithLoadBalancers(array<LoadBalancer>[]()[][]) | Obsolete. 
            Sets the LoadBalancers property
             | 
|  | WithLoadBalancers(IEnumerable<(Of <<'(LoadBalancer>)>>)) | Obsolete. 
            Sets the LoadBalancers property
             | 
|  | WithQueues(array<Queue>[]()[][]) | Obsolete. 
            Sets the Queues property
             | 
|  | WithQueues(IEnumerable<(Of <<'(Queue>)>>)) | Obsolete. 
            Sets the Queues property
             | 
|  | WithTriggers(array<Trigger>[]()[][]) | Obsolete. 
            Sets the Triggers property
             | 
|  | WithTriggers(IEnumerable<(Of <<'(Trigger>)>>)) | Obsolete. 
            Sets the Triggers property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | EnvironmentResourceDescription | 
 Copy
Copy