IpSecurityRestriction Class
IP security restriction on an app.
- Inheritance
-
azure.mgmt.web._serialization.ModelIpSecurityRestriction
Constructor
IpSecurityRestriction(*, ip_address: str | None = None, subnet_mask: str | None = None, vnet_subnet_resource_id: str | None = None, vnet_traffic_tag: int | None = None, subnet_traffic_tag: int | None = None, action: str | None = None, tag: str | _models.IpFilterTag | None = None, priority: int | None = None, name: str | None = None, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_address
|
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. |
subnet_mask
|
Subnet mask for the range of IP addresses the restriction is valid for. |
vnet_subnet_resource_id
|
Virtual network resource id. |
vnet_traffic_tag
|
(internal) Vnet traffic tag. |
subnet_traffic_tag
|
(internal) Subnet traffic tag. |
action
|
Allow or Deny access for this IP range. |
tag
|
str or
IpFilterTag
Defines what this IP filter will be used for. This is to support IP filtering on proxies. Known values are: "Default" and "XffProxy". |
priority
|
Priority of IP restriction rule. |
name
|
IP restriction rule name. |
description
|
IP restriction rule description. |
Variables
Name | Description |
---|---|
ip_address
|
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. |
subnet_mask
|
Subnet mask for the range of IP addresses the restriction is valid for. |
vnet_subnet_resource_id
|
Virtual network resource id. |
vnet_traffic_tag
|
(internal) Vnet traffic tag. |
subnet_traffic_tag
|
(internal) Subnet traffic tag. |
action
|
Allow or Deny access for this IP range. |
tag
|
str or
IpFilterTag
Defines what this IP filter will be used for. This is to support IP filtering on proxies. Known values are: "Default" and "XffProxy". |
priority
|
Priority of IP restriction rule. |
name
|
IP restriction rule name. |
description
|
IP restriction rule description. |
Azure SDK for Python