共用方式為


NetworkRuleSetProperties 類別

IotHub 的網路規則集屬性。

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

繼承
azure.mgmt.iothub._serialization.Model
NetworkRuleSetProperties

建構函式

NetworkRuleSetProperties(*, apply_to_built_in_event_hub_endpoint: bool, ip_rules: List[_models.NetworkRuleSetIpRule], default_action: str | _models.DefaultAction = 'Deny', **kwargs: Any)

僅限關鍵字的參數

名稱 Description
default_action

網路規則集的預設動作。 已知值為:「Deny」 和 「Allow」。

預設值: Deny
apply_to_built_in_event_hub_endpoint

如果為 True,則網路規則集也會套用至 IotHub 的 BuiltIn EventHub EndPoint。 必要。

ip_rules

IP 規則清單。 必要。

變數

名稱 Description
default_action

網路規則集的預設動作。 已知值為:「Deny」 和 「Allow」。

apply_to_built_in_event_hub_endpoint

如果為 True,則網路規則集也會套用至 IotHub 的 BuiltIn EventHub EndPoint。 必要。

ip_rules

IP 規則清單。 必要。