LoadBalancerBackendAddress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Load balancer backend addresses.
[Microsoft.Rest.Serialization.JsonTransformation]
public class LoadBalancerBackendAddress
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LoadBalancerBackendAddress = class
Public Class LoadBalancerBackendAddress
- Inheritance
-
LoadBalancerBackendAddress
- Attributes
Constructors
LoadBalancerBackendAddress() |
Initializes a new instance of the LoadBalancerBackendAddress class. |
LoadBalancerBackendAddress(SubResource, SubResource, String, SubResource, SubResource, IList<NatRulePortMapping>, String, String) |
Initializes a new instance of the LoadBalancerBackendAddress class. |
Properties
AdminState |
Gets or sets a list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections. Possible values include: 'None', 'Up', 'Down', 'Drain' |
InboundNatRulesPortMapping |
Gets collection of inbound NAT rule port mappings. |
IpAddress |
Gets or sets IP Address belonging to the referenced virtual network. |
LoadBalancerFrontendIPConfiguration |
Gets or sets reference to the frontend ip address configuration defined in regional loadbalancer. |
Name |
Gets or sets name of the backend address. |
NetworkInterfaceIPConfiguration |
Gets reference to IP address defined in network interfaces. |
Subnet |
Gets or sets reference to an existing subnet. |
VirtualNetwork |
Gets or sets reference to an existing virtual network. |
Applies to
Azure SDK for .NET