IpSecurityRestriction interface

IP security restriction on an app.

Properties

action

Allow or Deny access for this IP range.

description

IP restriction rule description.

ipAddress

IP address the security restriction is valid for. It can be in form of pure ipv4 address (required SubnetMask property) or CIDR notation such as ipv4/mask (leading bit match). For CIDR, SubnetMask property must not be specified.

name

IP restriction rule name.

priority

Priority of IP restriction rule.

subnetMask

Subnet mask for the range of IP addresses the restriction is valid for.

subnetTrafficTag

(internal) Subnet traffic tag

tag

Defines what this IP filter will be used for. This is to support IP filtering on proxies.

vnetSubnetResourceId

Virtual network resource id

vnetTrafficTag

(internal) Vnet traffic tag

Property Details

action

Allow or Deny access for this IP range.

action?: string

Property Value

string

description

IP restriction rule description.

description?: string

Property Value

string

ipAddress

IP address the security restriction is valid for. It can be in form of pure ipv4 address (required SubnetMask property) or CIDR notation such as ipv4/mask (leading bit match). For CIDR, SubnetMask property must not be specified.

ipAddress?: string

Property Value

string

name

IP restriction rule name.

name?: string

Property Value

string

priority

Priority of IP restriction rule.

priority?: number

Property Value

number

subnetMask

Subnet mask for the range of IP addresses the restriction is valid for.

subnetMask?: string

Property Value

string

subnetTrafficTag

(internal) Subnet traffic tag

subnetTrafficTag?: number

Property Value

number

tag

Defines what this IP filter will be used for. This is to support IP filtering on proxies.

tag?: IpFilterTag

Property Value

vnetSubnetResourceId

Virtual network resource id

vnetSubnetResourceId?: string

Property Value

string

vnetTrafficTag

(internal) Vnet traffic tag

vnetTrafficTag?: number

Property Value

number