public final class ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds extends Object
| Constructor and Description |
|---|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
max()
Get the max property: Maximum number of scale units deployed for ExpressRoute gateway.
|
Integer |
min()
Get the min property: Minimum number of scale units deployed for ExpressRoute gateway.
|
void |
validate()
Validates the instance.
|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds |
withMax(Integer max)
Set the max property: Maximum number of scale units deployed for ExpressRoute gateway.
|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds |
withMin(Integer min)
Set the min property: Minimum number of scale units deployed for ExpressRoute gateway.
|
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()
public Integer min()
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds withMin(Integer min)
min - the min value to set.public Integer max()
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds withMax(Integer max)
max - the max value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.