This data type is used as a response element in the DescribeLoadBalancers action to describe the configuration of the back-end server.
 Declaration Syntax
 Declaration Syntax| C# | 
public class BackendServerDescription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | BackendServerDescription()()()() | Initializes a new instance of the BackendServerDescription 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.) | 
|  | InstancePort | 
            Provides the port on which the back-end server is listening.
             
             Constraints: | 
|  | PolicyNames | 
            Provides a list of policy names enabled for the back-end server.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInstancePort(Int32) | Obsolete. 
            Sets the InstancePort property
             | 
|  | WithPolicyNames(array<String>[]()[][]) | Obsolete. 
            Adds elements to the PolicyNames collection
             | 
|  | WithPolicyNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the PolicyNames collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | BackendServerDescription |