AWS SDK for .NET Documentation
BackendServerDescription Class
AmazonAmazon.ElasticLoadBalancing.ModelBackendServerDescription Did this page help you?   Yes   No    Tell us about it...

This data type is used as a response element in the DescribeLoadBalancers action to describe the configuration of the back-end server.

Declaration Syntax
C#
public class BackendServerDescription
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
BackendServerDescription()()()()
Initializes a new instance of the BackendServerDescription class

Equals(Object)
Determines whether the specified Object is equal to the current 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:

Range
1 - 65535


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
Object
BackendServerDescription

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)