Load Balancer Backend Address Response
data class LoadBalancerBackendAddressResponse(val adminState: String? = null, val inboundNatRulesPortMapping: List<NatRulePortMappingResponse>, val ipAddress: String? = null, val loadBalancerFrontendIPConfiguration: SubResourceResponse? = null, val name: String? = null, val networkInterfaceIPConfiguration: SubResourceResponse, val subnet: SubResourceResponse? = null, val virtualNetwork: SubResourceResponse? = null)
Load balancer backend addresses.
Constructors
Link copied to clipboard
constructor(adminState: String? = null, inboundNatRulesPortMapping: List<NatRulePortMappingResponse>, ipAddress: String? = null, loadBalancerFrontendIPConfiguration: SubResourceResponse? = null, name: String? = null, networkInterfaceIPConfiguration: SubResourceResponse, subnet: SubResourceResponse? = null, virtualNetwork: SubResourceResponse? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
Collection of inbound NAT rule port mappings.
Link copied to clipboard
Reference to the frontend ip address configuration defined in regional loadbalancer.
Link copied to clipboard
Reference to IP address defined in network interfaces.
Link copied to clipboard
Reference to an existing subnet.
Link copied to clipboard
Reference to an existing virtual network.