This data type is used as a response element in the DescribeLoadBalancers action to describe the configuration of the back-end server.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class BackendServerDescription
Public Class BackendServerDescription
public ref class BackendServerDescription
Members
| All Members | Constructors | Properties | Methods |
| 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()()()() | (Inherited from Object.) | |
| WithInstancePort(Int32) |
Sets the InstancePort property
| |
| WithPolicyNames(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the PolicyNames collection
| |
| WithPolicyNames(array<String>[]()[][]) |
Adds elements to the PolicyNames collection
|