共用方式為


IpSecurityRestrictionRule 類別

限制傳入 IP 位址的規則。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.appcontainers._serialization.Model
IpSecurityRestrictionRule

建構函式

IpSecurityRestrictionRule(*, name: str, ip_address_range: str, action: str | _models.Action, description: str | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
name
str

IP 限制規則的名稱。 必要。

description
str

描述要傳送至 container-app 的 IP 限制規則。 這是選擇性欄位。

ip_address_range
str

符合傳入 IP 位址的 CIDR 標記法。 必要。

action
strAction

允許或拒絕規則來判斷傳入 IP。 注意:規則只能包含 ALL 允許或 ALL 拒絕。 必要。 已知值為:「Allow」 和 「Deny」。

變數

名稱 Description
name
str

IP 限制規則的名稱。 必要。

description
str

描述要傳送至 container-app 的 IP 限制規則。 這是選擇性欄位。

ip_address_range
str

符合傳入 IP 位址的 CIDR 標記法。 必要。

action
strAction

允許或拒絕規則來判斷傳入 IP。 注意:規則只能包含 ALL 允許或 ALL 拒絕。 必要。 已知值為:「Allow」 和 「Deny」。