Class SecurityGroupNetworkInterface

java.lang.Object
com.microsoft.azure.management.network.SecurityGroupNetworkInterface

public class SecurityGroupNetworkInterface extends Object
Network interface and all its associated security rules.
  • Constructor Details

    • SecurityGroupNetworkInterface

      public SecurityGroupNetworkInterface()
  • Method Details

    • id

      public String id()
      Get iD of the network interface.
      Returns:
      the id value
    • withId

      Set iD of the network interface.
      Parameters:
      id - the id value to set
      Returns:
      the SecurityGroupNetworkInterface object itself.
    • securityRuleAssociations

      public SecurityRuleAssociations securityRuleAssociations()
      Get all security rules associated with the network interface.
      Returns:
      the securityRuleAssociations value
    • withSecurityRuleAssociations

      public SecurityGroupNetworkInterface withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)
      Set all security rules associated with the network interface.
      Parameters:
      securityRuleAssociations - the securityRuleAssociations value to set
      Returns:
      the SecurityGroupNetworkInterface object itself.