SecurityRuleAssociations Class

Definition

All security rules associated with the network interface.

public class SecurityRuleAssociations
type SecurityRuleAssociations = class
Public Class SecurityRuleAssociations
Inheritance
SecurityRuleAssociations

Constructors

SecurityRuleAssociations()

Initializes a new instance of the SecurityRuleAssociations class.

SecurityRuleAssociations(NetworkInterfaceAssociation, SubnetAssociation, IList<SecurityRuleInner>, IList<EffectiveNetworkSecurityRule>)

Initializes a new instance of the SecurityRuleAssociations class.

Properties

DefaultSecurityRules

Gets or sets collection of default security rules of the network security group.

EffectiveSecurityRules

Gets or sets collection of effective security rules.

NetworkInterfaceAssociation

Gets or sets network interface and it's custom security rules.

SubnetAssociation

Gets or sets subnet and it's custom security rules.

Applies to