Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteGatewayPropertiesAutoScaleConfiguration
Packages that use ExpressRouteGatewayPropertiesAutoScaleConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteGatewayPropertiesAutoScaleConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteGatewayPropertiesAutoScaleConfigurationModifier and TypeMethodDescriptionExpressRouteGatewayInner.autoScaleConfiguration()Get the autoScaleConfiguration property: Configuration for auto scaling.ExpressRouteGatewayProperties.autoScaleConfiguration()Get the autoScaleConfiguration property: Configuration for auto scaling.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRouteGatewayPropertiesAutoScaleConfigurationModifier and TypeMethodDescriptionExpressRouteGatewayInner.withAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration) Set the autoScaleConfiguration property: Configuration for auto scaling.ExpressRouteGatewayProperties.withAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration) Set the autoScaleConfiguration property: Configuration for auto scaling. -
Uses of ExpressRouteGatewayPropertiesAutoScaleConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteGatewayPropertiesAutoScaleConfigurationModifier and TypeMethodDescriptionExpressRouteGatewayPropertiesAutoScaleConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteGatewayPropertiesAutoScaleConfiguration from the JsonReader.ExpressRouteGatewayPropertiesAutoScaleConfiguration.withBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds) Set the bounds property: Minimum and maximum number of scale units to deploy.