Share via


NetworkRuleSet Class

The network rule set for a container registry.

Constructor

NetworkRuleSet(*args: Any, **kwargs: Any)

Variables

Name Description
default_action

The default action of allow or deny when no other rules match. Required. Known values are: "Allow" and "Deny".

ip_rules

The IP ACL rules.

Attributes

default_action

The default action of allow or deny when no other rules match. Required. Known values are: "Allow" and "Deny".

default_action: str | _models.DefaultAction

ip_rules

The IP ACL rules.

ip_rules: list['_models.IPRule'] | None