FrontendConfigurationArgs

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
constructor(applicationGatewayBackendAddressPoolId: Output<String>? = null, ipAddressType: Output<Either<String, IPAddressType>>? = null, loadBalancerBackendAddressPoolId: Output<String>? = null, loadBalancerInboundNatPoolId: Output<String>? = null)

Properties

Link copied to clipboard

The resource Id of application gateway backend address pool. The format of the resource Id is '/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways//backendAddressPools/'.

Link copied to clipboard
val ipAddressType: Output<Either<String, IPAddressType>>? = null

The IP address type of this frontend configuration. If omitted the default value is IPv4.

Link copied to clipboard

The resource Id of the Load Balancer backend address pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions//resourceGroups//providers/Microsoft.Network/loadBalancers//backendAddressPools/'.

Link copied to clipboard

The resource Id of the Load Balancer inbound NAT pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions//resourceGroups//providers/Microsoft.Network/loadBalancers//inboundNatPools/'.

Functions

Link copied to clipboard
open override fun toJava(): FrontendConfigurationArgs