ArmNetworkModelFactory.LoadBalancerBackendAddress Method
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.
public static Azure.ResourceManager.Network.Models.LoadBalancerBackendAddress LoadBalancerBackendAddress(string ipAddress = default, Azure.Core.ResourceIdentifier loadBalancerFrontendIPConfiguration = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NatRulePortMapping> inboundNatRulesPortMapping = default, Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState? adminState = default, Azure.Core.ResourceIdentifier virtualNetworkId = default, Azure.Core.ResourceIdentifier subnetId = default, Azure.Core.ResourceIdentifier networkInterfaceIPConfigurationId = default, string name = default);
static member LoadBalancerBackendAddress : string * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Network.Models.NatRulePortMapping> * Nullable<Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.Network.Models.LoadBalancerBackendAddress
Public Shared Function LoadBalancerBackendAddress (Optional ipAddress As String = Nothing, Optional loadBalancerFrontendIPConfiguration As ResourceIdentifier = Nothing, Optional inboundNatRulesPortMapping As IEnumerable(Of NatRulePortMapping) = Nothing, Optional adminState As Nullable(Of LoadBalancerBackendAddressAdminState) = Nothing, Optional virtualNetworkId As ResourceIdentifier = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional networkInterfaceIPConfigurationId As ResourceIdentifier = Nothing, Optional name As String = Nothing) As LoadBalancerBackendAddress
Parameters
- ipAddress
- String
IP Address belonging to the referenced virtual network.
- loadBalancerFrontendIPConfiguration
- ResourceIdentifier
Reference to the frontend ip address configuration defined in regional loadbalancer.
- inboundNatRulesPortMapping
- IEnumerable<NatRulePortMapping>
Collection of inbound NAT rule port mappings.
- adminState
- Nullable<LoadBalancerBackendAddressAdminState>
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.
- virtualNetworkId
- ResourceIdentifier
Resource ID.
- subnetId
- ResourceIdentifier
Resource ID.
- networkInterfaceIPConfigurationId
- ResourceIdentifier
Resource ID.
- name
- String
Name of the backend address.
Returns
A new LoadBalancerBackendAddress instance for mocking.