ApplicationGatewayAutoscaleConfiguration Class
- java.
lang. Object - com.
microsoft. azure. management. network. ApplicationGatewayAutoscaleConfiguration
- com.
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. |
Application |
withMaxCapacity(Integer maxCapacity)
Set upper bound on number of Application Gateway capacity. |
Application |
withMinCapacity(int minCapacity)
Set lower bound on number of Application Gateway capacity. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayAutoscaleConfiguration
public ApplicationGatewayAutoscaleConfiguration()
Method Details
maxCapacity
public Integer maxCapacity()
Get upper bound on number of Application Gateway capacity.
Returns:
minCapacity
public int minCapacity()
Get lower bound on number of Application Gateway capacity.
Returns:
withMaxCapacity
public ApplicationGatewayAutoscaleConfiguration withMaxCapacity(Integer maxCapacity)
Set upper bound on number of Application Gateway capacity.
Parameters:
Returns:
withMinCapacity
public ApplicationGatewayAutoscaleConfiguration withMinCapacity(int minCapacity)
Set lower bound on number of Application Gateway capacity.
Parameters:
Returns:
Applies to
Azure SDK for Java