Class SubnetAssociation


  • public class SubnetAssociation
    extends Object
    Network interface and its custom security rules.
    • Constructor Detail

      • SubnetAssociation

        public SubnetAssociation()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • securityRules

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

        public SubnetAssociation withSecurityRules​(List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> securityRules)
        Set the securityRules value.
        Parameters:
        securityRules - the securityRules value to set
        Returns:
        the SubnetAssociation object itself.