NWRuleSetIpRules Class
Description of NetWorkRuleSet - IpRules resource.
- Inheritance
-
azure.mgmt.servicebus._serialization.ModelNWRuleSetIpRules
Constructor
NWRuleSetIpRules(*, ip_mask: str | None = None, action: str | _models.NetworkRuleIPAction = 'Allow', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_mask
|
IP Mask. |
action
|
The IP Filter Action. "Allow" Default value: Allow
|
Variables
Name | Description |
---|---|
ip_mask
|
IP Mask. |
action
|
The IP Filter Action. "Allow" |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python