public final class HybridConnectionLimitsProperties extends Object
| Constructor and Description |
|---|
HybridConnectionLimitsProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
current()
Get the current property: The current number of Hybrid Connections.
|
Integer |
maximum()
Get the maximum property: The maximum number of Hybrid Connections allowed.
|
void |
validate()
Validates the instance.
|
public Integer current()
public Integer maximum()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.