ipRestrictions

@JvmName(name = "dnkqlndyedhyyfxp")
suspend fun ipRestrictions(value: Output<List<AppServiceSiteConfigIpRestrictionArgs>>)
@JvmName(name = "hgpnhttfrrhpksri")
suspend fun ipRestrictions(value: List<AppServiceSiteConfigIpRestrictionArgs>?)

Parameters

value

A list of objects representing ip restrictions as defined below.

NOTE User has to explicitly set ip_restriction to empty slice ([]) to remove it.


@JvmName(name = "bnadokbwfsvyfhki")
suspend fun ipRestrictions(vararg values: Output<AppServiceSiteConfigIpRestrictionArgs>)


@JvmName(name = "yjfbsdnkhkvvjfhv")
suspend fun ipRestrictions(values: List<Output<AppServiceSiteConfigIpRestrictionArgs>>)
@JvmName(name = "tchugtfoklqgccai")
suspend fun ipRestrictions(vararg values: AppServiceSiteConfigIpRestrictionArgs)

Parameters

values

A list of objects representing ip restrictions as defined below.

NOTE User has to explicitly set ip_restriction to empty slice ([]) to remove it.


@JvmName(name = "shywciocjvxkfyob")
suspend fun ipRestrictions(argument: List<suspend AppServiceSiteConfigIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "wfyhpqwmxndgvkap")
suspend fun ipRestrictions(vararg argument: suspend AppServiceSiteConfigIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "tcdoxydluwvibxqd")
suspend fun ipRestrictions(argument: suspend AppServiceSiteConfigIpRestrictionArgsBuilder.() -> Unit)

Parameters

argument

A list of objects representing ip restrictions as defined below.

NOTE User has to explicitly set ip_restriction to empty slice ([]) to remove it.