你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IPRule Class

IP rule with specific IP or IP range in CIDR format.

All required parameters must be populated in order to send to server.

Constructor

IPRule(*, ip_address_or_range: str, action: Literal['Allow'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
ip_address_or_range
str

Specifies the IP or IP range in CIDR format. Required.

action
str

The action of IP ACL rule. Default value is "Allow".

Default value: None

Variables

Name Description
ip_address_or_range
str

Specifies the IP or IP range in CIDR format. Required.

action
str

The action of IP ACL rule. Default value is "Allow".