SecurityRuleAssociations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |