Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
-
Packages that use ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Modifier and Type Method Description ExpressRouteGatewayPropertiesAutoScaleConfigurationBoundsExpressRouteGatewayPropertiesAutoScaleConfiguration. bounds()Get the bounds property: Minimum and maximum number of scale units to deploy.ExpressRouteGatewayPropertiesAutoScaleConfigurationBoundsExpressRouteGatewayPropertiesAutoScaleConfigurationBounds. withMax(Integer max)Set the max property: Maximum number of scale units deployed for ExpressRoute gateway.ExpressRouteGatewayPropertiesAutoScaleConfigurationBoundsExpressRouteGatewayPropertiesAutoScaleConfigurationBounds. withMin(Integer min)Set the min property: Minimum number of scale units deployed for ExpressRoute gateway.Methods in com.azure.resourcemanager.network.models with parameters of type ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Modifier and Type Method Description ExpressRouteGatewayPropertiesAutoScaleConfigurationExpressRouteGatewayPropertiesAutoScaleConfiguration. withBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds)Set the bounds property: Minimum and maximum number of scale units to deploy.
-