Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
Packages that use ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
Package
Description
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 ExpressRouteGatewayPropertiesAutoScaleConfigurationBoundsModifier and TypeMethodDescriptionExpressRouteGatewayPropertiesAutoScaleConfiguration.bounds()Get the bounds property: Minimum and maximum number of scale units to deploy.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds from the JsonReader.Set the max property: Maximum number of scale units deployed for ExpressRoute gateway.Set the min property: Minimum number of scale units deployed for ExpressRoute gateway.Methods in com.azure.resourcemanager.network.models with parameters of type ExpressRouteGatewayPropertiesAutoScaleConfigurationBoundsModifier and TypeMethodDescriptionExpressRouteGatewayPropertiesAutoScaleConfiguration.withBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds) Set the bounds property: Minimum and maximum number of scale units to deploy.