Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkGatewayAutoScaleBounds
Packages that use VirtualNetworkGatewayAutoScaleBounds
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayAutoScaleBounds in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayAutoScaleBoundsModifier and TypeMethodDescriptionVirtualNetworkGatewayAutoScaleConfiguration.bounds()Get the bounds property: The bounds of the autoscale configuration.VirtualNetworkGatewayAutoScaleBounds.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkGatewayAutoScaleBounds from the JsonReader.Set the max property: Maximum Scale Units for Autoscale configuration.Set the min property: Minimum scale Units for Autoscale configuration.Methods in com.azure.resourcemanager.network.models with parameters of type VirtualNetworkGatewayAutoScaleBoundsModifier and TypeMethodDescriptionVirtualNetworkGatewayAutoScaleConfiguration.withBounds(VirtualNetworkGatewayAutoScaleBounds bounds) Set the bounds property: The bounds of the autoscale configuration.