NetworkRuleSet Class
The network rule set for a container registry.
All required parameters must be populated in order to send to server.
Constructor
NetworkRuleSet(*, default_action: str | _models.DefaultAction = 'Allow', virtual_network_rules: List[_models.VirtualNetworkRule] | None = None, ip_rules: List[_models.IPRule] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
default_action
|
str or
DefaultAction
The default action of allow or deny when no other rules match. Known values are: "Allow" and "Deny". Default value: Allow
|
virtual_network_rules
|
The virtual network rules. Default value: None
|
ip_rules
|
The IP ACL rules. Default value: None
|
Variables
Name | Description |
---|---|
default_action
|
str or
DefaultAction
The default action of allow or deny when no other rules match. Known values are: "Allow" and "Deny". |
virtual_network_rules
|
The virtual network rules. |
ip_rules
|
The IP ACL rules. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python