Ip Security Restriction Args
data class IpSecurityRestrictionArgs(val action: Output<String>? = null, val description: Output<String>? = null, val headers: Output<Map<String, List<String>>>? = null, val ipAddress: Output<String>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null, val subnetMask: Output<String>? = null, val subnetTrafficTag: Output<Int>? = null, val tag: Output<Either<String, IpFilterTag>>? = null, val vnetSubnetResourceId: Output<String>? = null, val vnetTrafficTag: Output<Int>? = null) : ConvertibleToJava<IpSecurityRestrictionArgs>
IP security restriction on an app.
Constructors
Link copied to clipboard
fun IpSecurityRestrictionArgs(action: Output<String>? = null, description: Output<String>? = null, headers: Output<Map<String, List<String>>>? = null, ipAddress: Output<String>? = null, name: Output<String>? = null, priority: Output<Int>? = null, subnetMask: Output<String>? = null, subnetTrafficTag: Output<Int>? = null, tag: Output<Either<String, IpFilterTag>>? = null, vnetSubnetResourceId: Output<String>? = null, vnetTrafficTag: Output<Int>? = null)