scmIpRestrictions

@JvmName(name = "flpisjysrshcahff")
suspend fun scmIpRestrictions(value: Output<List<FunctionAppSlotSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "knhcvdkemdqfpvhg")
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 = "amglbgsujygpwgju")
suspend fun scmIpRestrictions(vararg values: Output<FunctionAppSlotSiteConfigScmIpRestrictionArgs>)


@JvmName(name = "jhjyobsheipdsjli")
suspend fun scmIpRestrictions(values: List<Output<FunctionAppSlotSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "svdccruycxvhsftp")
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 = "oqxuyffxqemsoybl")
suspend fun scmIpRestrictions(argument: List<suspend FunctionAppSlotSiteConfigScmIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "oqosyxydybccffmt")
suspend fun scmIpRestrictions(vararg argument: suspend FunctionAppSlotSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "nyfqynqdkrplsjfb")
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.