public class ApplicationGatewayAutoscaleConfiguration extends Object
| Constructor and Description |
|---|
ApplicationGatewayAutoscaleConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ApplicationGatewayAutoscaleConfiguration()
public int minCapacity()
public ApplicationGatewayAutoscaleConfiguration withMinCapacity(int minCapacity)
minCapacity - the minCapacity value to setpublic Integer maxCapacity()
public ApplicationGatewayAutoscaleConfiguration withMaxCapacity(Integer maxCapacity)
maxCapacity - the maxCapacity value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/