Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayAutoscaleBounds
-
Packages that use ApplicationGatewayAutoscaleBounds Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayAutoscaleBounds in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayAutoscaleBounds Modifier and Type Method Description ApplicationGatewayAutoscaleBoundsApplicationGatewayAutoscaleConfiguration. bounds()Get the bounds value.ApplicationGatewayAutoscaleBoundsApplicationGatewayAutoscaleBounds. withMax(int max)Set the max value.ApplicationGatewayAutoscaleBoundsApplicationGatewayAutoscaleBounds. withMin(int min)Set the min value.Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayAutoscaleBounds Modifier and Type Method Description ApplicationGatewayAutoscaleConfigurationApplicationGatewayAutoscaleConfiguration. withBounds(ApplicationGatewayAutoscaleBounds bounds)Set the bounds value.
-