Describes the details of a LoadBalancer.

C# |
public class LoadBalancerDescription

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | LoadBalancerDescription()()()() | Initializes a new instance of the LoadBalancerDescription class |
![]() | Domain |
Gets and sets the property Domain.
The domain name of the LoadBalancer. |
![]() | 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.) |
![]() | Listeners |
Gets and sets the property Listeners.
A list of Listeners used by the LoadBalancer. |
![]() | LoadBalancerName |
Gets and sets the property LoadBalancerName.
The name of the LoadBalancer. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDomain(String) | Obsolete.
Sets the Domain property
|
![]() | WithListeners(array<Listener>[]()[][]) | Obsolete.
Sets the Listeners property
|
![]() | WithListeners(IEnumerable<(Of <<'(Listener>)>>)) | Obsolete.
Sets the Listeners property
|
![]() | WithLoadBalancerName(String) | Obsolete.
Sets the LoadBalancerName property
|

Object | |
![]() | LoadBalancerDescription |