Frontend Configuration Response
data class FrontendConfigurationResponse(val applicationGatewayBackendAddressPoolId: String? = null, val ipAddressType: String? = null, val loadBalancerBackendAddressPoolId: String? = null, val loadBalancerInboundNatPoolId: String? = null)
Describes the frontend configurations for the node type.
Constructors
Link copied to clipboard
fun FrontendConfigurationResponse(applicationGatewayBackendAddressPoolId: String? = null, ipAddressType: String? = null, loadBalancerBackendAddressPoolId: String? = null, loadBalancerInboundNatPoolId: String? = null)