Class BastionHostPropertiesFormatNetworkAcls

java.lang.Object
com.azure.resourcemanager.network.models.BastionHostPropertiesFormatNetworkAcls

public final class BastionHostPropertiesFormatNetworkAcls extends Object
The BastionHostPropertiesFormatNetworkAcls model.
  • Constructor Details

    • BastionHostPropertiesFormatNetworkAcls

      public BastionHostPropertiesFormatNetworkAcls()
      Creates an instance of BastionHostPropertiesFormatNetworkAcls class.
  • Method Details

    • ipRules

      public List<IpRule> ipRules()
      Get the ipRules property: Sets the IP ACL rules for Developer Bastion Host.
      Returns:
      the ipRules value.
    • withIpRules

      public BastionHostPropertiesFormatNetworkAcls withIpRules(List<IpRule> ipRules)
      Set the ipRules property: Sets the IP ACL rules for Developer Bastion Host.
      Parameters:
      ipRules - the ipRules value to set.
      Returns:
      the BastionHostPropertiesFormatNetworkAcls object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.