ApplicationGatewayAutoscaleConfiguration Class

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

public class ApplicationGatewayAutoscaleConfiguration

Application Gateway autoscale configuration.

Constructor Summary

Constructor Description
ApplicationGatewayAutoscaleConfiguration()

Method Summary

Modifier and Type Method and Description
java.lang.Integer maxCapacity()

Get upper bound on number of Application Gateway capacity.

int minCapacity()

Get lower bound on number of Application Gateway capacity.

ApplicationGatewayAutoscaleConfiguration withMaxCapacity(Integer maxCapacity)

Set upper bound on number of Application Gateway capacity.

ApplicationGatewayAutoscaleConfiguration withMinCapacity(int minCapacity)

Set lower bound on number of Application Gateway capacity.

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

ApplicationGatewayAutoscaleConfiguration

public ApplicationGatewayAutoscaleConfiguration()

Method Details

maxCapacity

public Integer maxCapacity()

Get upper bound on number of Application Gateway capacity.

Returns:

the maxCapacity value

minCapacity

public int minCapacity()

Get lower bound on number of Application Gateway capacity.

Returns:

the minCapacity value

withMaxCapacity

public ApplicationGatewayAutoscaleConfiguration withMaxCapacity(Integer maxCapacity)

Set upper bound on number of Application Gateway capacity.

Parameters:

maxCapacity - the maxCapacity value to set

Returns:

the ApplicationGatewayAutoscaleConfiguration object itself.

withMinCapacity

public ApplicationGatewayAutoscaleConfiguration withMinCapacity(int minCapacity)

Set lower bound on number of Application Gateway capacity.

Parameters:

minCapacity - the minCapacity value to set

Returns:

the ApplicationGatewayAutoscaleConfiguration object itself.

Applies to