LoadBalancerBackendAddressResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adminState: String? = null

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
val ipAddress: String? = null

IP Address belonging to the referenced virtual network.

Link copied to clipboard

Reference to the frontend ip address configuration defined in regional loadbalancer.

Link copied to clipboard
val name: String? = null

Name of the backend address.

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.