public final class HybridConnectionLimitsInner extends ProxyOnlyResource
| Constructor and Description |
|---|
HybridConnectionLimitsInner() |
| 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.
|
HybridConnectionLimitsInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic HybridConnectionLimitsInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public Integer current()
public Integer maximum()
public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - 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.