ipRestrictions

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


@JvmName(name = "bcwnaxqxicharmxi")
suspend fun ipRestrictions(values: List<Output<AppServiceSiteConfigIpRestrictionArgs>>)
@JvmName(name = "ycjsulictyerhwsl")
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 = "ghkfuougticvinai")
suspend fun ipRestrictions(argument: List<suspend AppServiceSiteConfigIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "basqsaaqfrenarvd")
suspend fun ipRestrictions(vararg argument: suspend AppServiceSiteConfigIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "bdiiqvchgtybksmh")
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.