| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds |
ExpressRouteGatewayPropertiesAutoScaleConfiguration.bounds()
Get minimum and maximum number of scale units to deploy.
|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds |
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds.withMax(Integer max)
Set maximum number of scale units deployed for ExpressRoute gateway.
|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds |
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds.withMin(Integer min)
Set minimum number of scale units deployed for ExpressRoute gateway.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteGatewayPropertiesAutoScaleConfiguration |
ExpressRouteGatewayPropertiesAutoScaleConfiguration.withBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds)
Set minimum and maximum number of scale units to deploy.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/