public class ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds extends Object
| Constructor and Description |
|---|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
max()
Get maximum number of scale units deployed for ExpressRoute gateway.
|
Integer |
min()
Get minimum number of scale units deployed for ExpressRoute gateway.
|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds |
withMax(Integer max)
Set maximum number of scale units deployed for ExpressRoute gateway.
|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds |
withMin(Integer min)
Set minimum number of scale units deployed for ExpressRoute gateway.
|
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()
public Integer min()
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds withMin(Integer min)
min - the min value to setpublic Integer max()
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds withMax(Integer max)
max - the max value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/