public final class ApplicationGatewayAutoscaleConfiguration extends Object
| Constructor and Description |
|---|
ApplicationGatewayAutoscaleConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
maxCapacity()
Get the maxCapacity property: Upper bound on number of Application Gateway capacity.
|
int |
minCapacity()
Get the minCapacity property: Lower bound on number of Application Gateway capacity.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayAutoscaleConfiguration |
withMaxCapacity(Integer maxCapacity)
Set the maxCapacity property: Upper bound on number of Application Gateway capacity.
|
ApplicationGatewayAutoscaleConfiguration |
withMinCapacity(int minCapacity)
Set the minCapacity property: Lower bound on number of Application Gateway capacity.
|
public ApplicationGatewayAutoscaleConfiguration()
public int minCapacity()
public ApplicationGatewayAutoscaleConfiguration withMinCapacity(int minCapacity)
minCapacity - the minCapacity value to set.public Integer maxCapacity()
public ApplicationGatewayAutoscaleConfiguration withMaxCapacity(Integer maxCapacity)
maxCapacity - the maxCapacity value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.