Class HybridConnectionLimitsInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.HybridConnectionLimitsInner

public final class HybridConnectionLimitsInner extends ProxyOnlyResource
Hybrid Connection limits contract. This is used to return the plan limits of Hybrid Connections.
  • Constructor Details

    • HybridConnectionLimitsInner

      public HybridConnectionLimitsInner()
  • Method Details

    • withKind

      public HybridConnectionLimitsInner withKind(String kind)
      Set the kind property: Kind of resource.
      Overrides:
      withKind in class ProxyOnlyResource
      Parameters:
      kind - the kind value to set.
      Returns:
      the ProxyOnlyResource object itself.
    • 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.
      Overrides:
      validate in class ProxyOnlyResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.