NetworkRuleSet Class

Definition

The network rule set for a container registry.

public class NetworkRuleSet
type NetworkRuleSet = class
Public Class NetworkRuleSet
Inheritance
NetworkRuleSet

Constructors

NetworkRuleSet()

Initializes a new instance of the NetworkRuleSet class.

NetworkRuleSet(String, IList<IPRule>)

Initializes a new instance of the NetworkRuleSet class.

Properties

DefaultAction

Gets or sets the default action of allow or deny when no other rules match. Possible values include: 'Allow', 'Deny'

IpRules

Gets or sets the IP ACL rules.

Methods

Validate()

Validate the object.

Applies to