LoadBalancerBackendAddress Constructors
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.
Overloads
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. |
LoadBalancerBackendAddress()
Initializes a new instance of the LoadBalancerBackendAddress class.
public LoadBalancerBackendAddress ();
Public Sub New ()
Applies to
LoadBalancerBackendAddress(SubResource, SubResource, String, SubResource, SubResource, IList<NatRulePortMapping>, String, String)
Initializes a new instance of the LoadBalancerBackendAddress class.
public LoadBalancerBackendAddress (Microsoft.Azure.Management.Network.Models.SubResource virtualNetwork = default, Microsoft.Azure.Management.Network.Models.SubResource subnet = default, string ipAddress = default, Microsoft.Azure.Management.Network.Models.SubResource networkInterfaceIPConfiguration = default, Microsoft.Azure.Management.Network.Models.SubResource loadBalancerFrontendIPConfiguration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NatRulePortMapping> inboundNatRulesPortMapping = default, string adminState = default, string name = default);
new Microsoft.Azure.Management.Network.Models.LoadBalancerBackendAddress : Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NatRulePortMapping> * string * string -> Microsoft.Azure.Management.Network.Models.LoadBalancerBackendAddress
Public Sub New (Optional virtualNetwork As SubResource = Nothing, Optional subnet As SubResource = Nothing, Optional ipAddress As String = Nothing, Optional networkInterfaceIPConfiguration As SubResource = Nothing, Optional loadBalancerFrontendIPConfiguration As SubResource = Nothing, Optional inboundNatRulesPortMapping As IList(Of NatRulePortMapping) = Nothing, Optional adminState As String = Nothing, Optional name As String = Nothing)
Parameters
- virtualNetwork
- SubResource
Reference to an existing virtual network.
- subnet
- SubResource
Reference to an existing subnet.
- ipAddress
- String
IP Address belonging to the referenced virtual network.
- networkInterfaceIPConfiguration
- SubResource
Reference to IP address defined in network interfaces.
- loadBalancerFrontendIPConfiguration
- SubResource
Reference to the frontend ip address configuration defined in regional loadbalancer.
- inboundNatRulesPortMapping
- IList<NatRulePortMapping>
Collection of inbound NAT rule port mappings.
- adminState
- String
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'
- name
- String
Name of the backend address.