Get Load Balancer Backend Address Pool Result
data class GetLoadBalancerBackendAddressPoolResult(val azureApiVersion: String, val backendIPConfigurations: List<NetworkInterfaceIPConfigurationResponse>, val drainPeriodInSeconds: Int? = null, val etag: String, val id: String? = null, val inboundNatRules: List<SubResourceResponse>, val loadBalancerBackendAddresses: List<LoadBalancerBackendAddressResponse>? = null, val loadBalancingRules: List<SubResourceResponse>, val location: String? = null, val name: String? = null, val outboundRule: SubResourceResponse, val outboundRules: List<SubResourceResponse>, val provisioningState: String, val syncMode: String? = null, val tunnelInterfaces: List<GatewayLoadBalancerTunnelInterfaceResponse>? = null, val type: String, val virtualNetwork: SubResourceResponse? = null)
Pool of backend IP addresses.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, backendIPConfigurations: List<NetworkInterfaceIPConfigurationResponse>, drainPeriodInSeconds: Int? = null, etag: String, id: String? = null, inboundNatRules: List<SubResourceResponse>, loadBalancerBackendAddresses: List<LoadBalancerBackendAddressResponse>? = null, loadBalancingRules: List<SubResourceResponse>, location: String? = null, name: String? = null, outboundRule: SubResourceResponse, outboundRules: List<SubResourceResponse>, provisioningState: String, syncMode: String? = null, tunnelInterfaces: List<GatewayLoadBalancerTunnelInterfaceResponse>? = null, type: String, virtualNetwork: SubResourceResponse? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
An array of references to IP addresses defined in network interfaces.
Link copied to clipboard
Amount of seconds Load Balancer waits for before sending RESET to client and backend address.
Link copied to clipboard
An array of references to inbound NAT rules that use this backend address pool.
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.
Link copied to clipboard
An array of gateway load balancer tunnel interfaces.
Link copied to clipboard
A reference to a virtual network.