Class HybridConnectionLimitsProperties

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.HybridConnectionLimitsProperties

public final class HybridConnectionLimitsProperties extends Object
HybridConnectionLimits resource specific properties.
  • Constructor Details

    • HybridConnectionLimitsProperties

      public HybridConnectionLimitsProperties()
  • Method Details

    • current

      public Integer current()
      Get the current property: The current number of Hybrid Connections.
      Returns:
      the current value.
    • maximum

      public Integer maximum()
      Get the maximum property: The maximum number of Hybrid Connections allowed.
      Returns:
      the maximum value.
    • validate

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