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 Summary
Constructors Constructor Description HybridConnectionLimitsInner()
-
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.HybridConnectionLimitsInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public HybridConnectionLimitsInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- 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:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-