ip Restrictions
Parameters
value
A list of ip_restriction
objects representing IP restrictions as defined below.
NOTE User has to explicitly set
ip_restriction
to empty slice ([]
) to remove it.
Parameters
values
A list of ip_restriction
objects representing IP restrictions as defined below.
NOTE User has to explicitly set
ip_restriction
to empty slice ([]
) to remove it.
suspend fun ipRestrictions(argument: List<suspend FunctionAppSiteConfigIpRestrictionArgsBuilder.() -> Unit>)
suspend fun ipRestrictions(vararg argument: suspend FunctionAppSiteConfigIpRestrictionArgsBuilder.() -> Unit)
suspend fun ipRestrictions(argument: suspend FunctionAppSiteConfigIpRestrictionArgsBuilder.() -> Unit)
Parameters
argument
A list of ip_restriction
objects representing IP restrictions as defined below.
NOTE User has to explicitly set
ip_restriction
to empty slice ([]
) to remove it.