scmIpRestrictions

@JvmName(name = "fdpyyntmkikyrwrt")
suspend fun scmIpRestrictions(value: Output<List<FunctionAppSlotSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "qmrjilbehkqqsnhl")
suspend fun scmIpRestrictions(value: List<FunctionAppSlotSiteConfigScmIpRestrictionArgs>?)

Parameters

value

A list of scm_ip_restriction objects representing IP restrictions as defined below.

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


@JvmName(name = "ehpbbxpyufvgjoqx")
suspend fun scmIpRestrictions(vararg values: Output<FunctionAppSlotSiteConfigScmIpRestrictionArgs>)


@JvmName(name = "sfstgndldwrfemlt")
suspend fun scmIpRestrictions(values: List<Output<FunctionAppSlotSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "xklinlhgecbdmplc")
suspend fun scmIpRestrictions(vararg values: FunctionAppSlotSiteConfigScmIpRestrictionArgs)

Parameters

values

A list of scm_ip_restriction objects representing IP restrictions as defined below.

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


@JvmName(name = "nqngvfdlxupfllnn")
suspend fun scmIpRestrictions(argument: List<suspend FunctionAppSlotSiteConfigScmIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "qhshqdubtgcilgpv")
suspend fun scmIpRestrictions(vararg argument: suspend FunctionAppSlotSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "imqabworsornrdtj")
suspend fun scmIpRestrictions(argument: suspend FunctionAppSlotSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)

Parameters

argument

A list of scm_ip_restriction objects representing IP restrictions as defined below.

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