scmIpRestrictions

@JvmName(name = "skkhbvfbadicgllm")
suspend fun scmIpRestrictions(value: Output<List<AppServiceSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "wobemytybjvvdxbe")
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 = "dafptebijiuvtsyr")
suspend fun scmIpRestrictions(vararg values: Output<AppServiceSiteConfigScmIpRestrictionArgs>)


@JvmName(name = "bcxqohpqrvlswlju")
suspend fun scmIpRestrictions(values: List<Output<AppServiceSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "fhbsfevgmkejynvm")
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 = "drdumtjktsxlfshn")
suspend fun scmIpRestrictions(argument: List<suspend AppServiceSiteConfigScmIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "xrtuhxomjqayfkke")
suspend fun scmIpRestrictions(vararg argument: suspend AppServiceSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "cwjuoovifgeschfp")
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.