ip Restrictions
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.
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.
suspend fun ipRestrictions(argument: List<suspend AppServiceSiteConfigIpRestrictionArgsBuilder.() -> Unit>)
suspend fun ipRestrictions(vararg argument: suspend AppServiceSiteConfigIpRestrictionArgsBuilder.() -> Unit)
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.