Class SecurityRuleAssociations


  • public class SecurityRuleAssociations
    extends Object
    All security rules associated with the network interface.
    • Constructor Detail

      • SecurityRuleAssociations

        public SecurityRuleAssociations()
    • Method Detail

      • networkInterfaceAssociation

        public NetworkInterfaceAssociation networkInterfaceAssociation()
        Get the networkInterfaceAssociation value.
        Returns:
        the networkInterfaceAssociation value
      • withNetworkInterfaceAssociation

        public SecurityRuleAssociations withNetworkInterfaceAssociation​(NetworkInterfaceAssociation networkInterfaceAssociation)
        Set the networkInterfaceAssociation value.
        Parameters:
        networkInterfaceAssociation - the networkInterfaceAssociation value to set
        Returns:
        the SecurityRuleAssociations object itself.
      • subnetAssociation

        public SubnetAssociation subnetAssociation()
        Get the subnetAssociation value.
        Returns:
        the subnetAssociation value
      • withSubnetAssociation

        public SecurityRuleAssociations withSubnetAssociation​(SubnetAssociation subnetAssociation)
        Set the subnetAssociation value.
        Parameters:
        subnetAssociation - the subnetAssociation value to set
        Returns:
        the SecurityRuleAssociations object itself.
      • defaultSecurityRules

        public List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> defaultSecurityRules()
        Get the defaultSecurityRules value.
        Returns:
        the defaultSecurityRules value
      • withDefaultSecurityRules

        public SecurityRuleAssociations withDefaultSecurityRules​(List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> defaultSecurityRules)
        Set the defaultSecurityRules value.
        Parameters:
        defaultSecurityRules - the defaultSecurityRules value to set
        Returns:
        the SecurityRuleAssociations object itself.
      • effectiveSecurityRules

        public List<EffectiveNetworkSecurityRule> effectiveSecurityRules()
        Get the effectiveSecurityRules value.
        Returns:
        the effectiveSecurityRules value
      • withEffectiveSecurityRules

        public SecurityRuleAssociations withEffectiveSecurityRules​(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
        Set the effectiveSecurityRules value.
        Parameters:
        effectiveSecurityRules - the effectiveSecurityRules value to set
        Returns:
        the SecurityRuleAssociations object itself.