次の方法で共有


NetworkRuleSet Class

The network rule set for a container registry.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.containerregistry._serialization.Model
NetworkRuleSet

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

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.

ip_rules

The IP ACL rules.

Variables

Name Description
default_action

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.