scmIpRestrictions

@JvmName(name = "jqonfjvgdtoisnty")
suspend fun scmIpRestrictions(value: Output<List<AppServiceSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "ythabhciyugctply")
suspend fun scmIpRestrictions(value: List<AppServiceSiteConfigScmIpRestrictionArgs>?)

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 = "vanribatnsnsdeqd")
suspend fun scmIpRestrictions(vararg values: Output<AppServiceSiteConfigScmIpRestrictionArgs>)


@JvmName(name = "mlhuhfcexahaltmr")
suspend fun scmIpRestrictions(values: List<Output<AppServiceSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "yuwkjoeyujkoerjs")
suspend fun scmIpRestrictions(vararg values: AppServiceSiteConfigScmIpRestrictionArgs)

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 = "kyohcdpchevtahpy")
suspend fun scmIpRestrictions(argument: List<suspend AppServiceSiteConfigScmIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "vgmnxcpkqinnnhqq")
suspend fun scmIpRestrictions(vararg argument: suspend AppServiceSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "eagsecaekmhyggix")
suspend fun scmIpRestrictions(argument: suspend AppServiceSiteConfigScmIpRestrictionArgsBuilder.() -> 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.