LoadBalancerBackendAddressResponse

data class LoadBalancerBackendAddressResponse(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(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 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.