ipRestrictions

@JvmName(name = "jkvmhpuspybmknyg")
suspend fun ipRestrictions(value: Output<List<AppServiceSiteConfigIpRestrictionArgs>>)
@JvmName(name = "hveodfhdqmawxbkk")
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 = "tereuviepyviqucf")
suspend fun ipRestrictions(vararg values: Output<AppServiceSiteConfigIpRestrictionArgs>)


@JvmName(name = "vjqoeljryhgjxdwb")
suspend fun ipRestrictions(values: List<Output<AppServiceSiteConfigIpRestrictionArgs>>)
@JvmName(name = "bxlxlrudvtghpeey")
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 = "boqnlmktqtlbnifp")
suspend fun ipRestrictions(argument: List<suspend AppServiceSiteConfigIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "tguglmavqrsddulk")
suspend fun ipRestrictions(vararg argument: suspend AppServiceSiteConfigIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "brdrimnlksfqjgoe")
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.