Frontend Configuration Args
data class FrontendConfigurationArgs(val applicationGatewayBackendAddressPoolId: Output<String>? = null, val ipAddressType: Output<Either<String, IPAddressType>>? = null, val loadBalancerBackendAddressPoolId: Output<String>? = null, val loadBalancerInboundNatPoolId: Output<String>? = null) : ConvertibleToJava<FrontendConfigurationArgs>
Describes the frontend configurations for the node type.
Constructors
Link copied to clipboard
fun FrontendConfigurationArgs(applicationGatewayBackendAddressPoolId: Output<String>? = null, ipAddressType: Output<Either<String, IPAddressType>>? = null, loadBalancerBackendAddressPoolId: Output<String>? = null, loadBalancerInboundNatPoolId: Output<String>? = null)