allowedUserIpCidrs

@JvmName(name = "rqawwydpoflomrdh")
suspend fun allowedUserIpCidrs(value: Output<List<String>>)
@JvmName(name = "sxdjmcwpxeagjjis")
suspend fun allowedUserIpCidrs(value: List<String>?)

Parameters

value

Allowed user added IP ranges on the ASE database. Use the addresses you want to set as the explicit egress address ranges.

NOTE: allowed_user_ip_cidrs The addresses that will be used for all outbound traffic from your App Service Environment to the internet to avoid asymmetric routing challenge. If you're routing the traffic on premises, these addresses are your NATs or gateway IPs. If you want to route the App Service Environment outbound traffic through an NVA, the egress address is the public IP of the NVA. Please visit Create your ASE with the egress addresses


@JvmName(name = "tscwbopjmfkyjtrj")
suspend fun allowedUserIpCidrs(vararg values: Output<String>)


@JvmName(name = "uxfnhuqrxasbvmli")
suspend fun allowedUserIpCidrs(values: List<Output<String>>)
@JvmName(name = "myoikpxlvpnodyyh")
suspend fun allowedUserIpCidrs(vararg values: String)

Parameters

values

Allowed user added IP ranges on the ASE database. Use the addresses you want to set as the explicit egress address ranges.

NOTE: allowed_user_ip_cidrs The addresses that will be used for all outbound traffic from your App Service Environment to the internet to avoid asymmetric routing challenge. If you're routing the traffic on premises, these addresses are your NATs or gateway IPs. If you want to route the App Service Environment outbound traffic through an NVA, the egress address is the public IP of the NVA. Please visit Create your ASE with the egress addresses