Get Load Balancer Backend Address Pool Result
data class GetLoadBalancerBackendAddressPoolResult(val backendIPConfigurations: List<NetworkInterfaceIPConfigurationResponse>, val etag: String, val id: String? = null, val loadBalancerBackendAddresses: List<LoadBalancerBackendAddressResponse>? = null, val loadBalancingRules: List<SubResourceResponse>, val name: String? = null, val outboundRule: SubResourceResponse, val outboundRules: List<SubResourceResponse>, val provisioningState: String, val type: String)
Pool of backend IP addresses.
Constructors
Link copied to clipboard
constructor(backendIPConfigurations: List<NetworkInterfaceIPConfigurationResponse>, etag: String, id: String? = null, loadBalancerBackendAddresses: List<LoadBalancerBackendAddressResponse>? = null, loadBalancingRules: List<SubResourceResponse>, name: String? = null, outboundRule: SubResourceResponse, outboundRules: List<SubResourceResponse>, provisioningState: String, type: String)
Properties
Link copied to clipboard
An array of references to IP addresses defined in network interfaces.
Link copied to clipboard
An array of backend addresses.
Link copied to clipboard
An array of references to load balancing rules that use this backend address pool.
Link copied to clipboard
A reference to an outbound rule that uses this backend address pool.
Link copied to clipboard
An array of references to outbound rules that use this backend address pool.
Link copied to clipboard
The provisioning state of the backend address pool resource.