Class HybridConnectionLimitsProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.HybridConnectionLimitsProperties
-
public final class HybridConnectionLimitsProperties extends Object
HybridConnectionLimits resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description HybridConnectionLimitsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercurrent()Get the current property: The current number of Hybrid Connections.Integermaximum()Get the maximum property: The maximum number of Hybrid Connections allowed.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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.
-
-