ExpressRouteGatewayPropertiesAutoScaleConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ExpressRouteGatewayPropertiesAutoScaleConfiguration

public class ExpressRouteGatewayPropertiesAutoScaleConfiguration

Configuration for auto scaling.

Constructor Summary

Constructor Description
ExpressRouteGatewayPropertiesAutoScaleConfiguration()

Method Summary

Modifier and Type Method and Description
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds()

Get minimum and maximum number of scale units to deploy.

ExpressRouteGatewayPropertiesAutoScaleConfiguration withBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds)

Set minimum and maximum number of scale units to deploy.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ExpressRouteGatewayPropertiesAutoScaleConfiguration

public ExpressRouteGatewayPropertiesAutoScaleConfiguration()

Method Details

bounds

public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds()

Get minimum and maximum number of scale units to deploy.

Returns:

the bounds value

withBounds

public ExpressRouteGatewayPropertiesAutoScaleConfiguration withBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds)

Set minimum and maximum number of scale units to deploy.

Parameters:

bounds - the bounds value to set

Returns:

the ExpressRouteGatewayPropertiesAutoScaleConfiguration object itself.

Applies to