共用方式為


LoadBalancerBackendAddress Class

Definition

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