public class ApplicationGatewayAutoscaleBounds extends Object
| Constructor and Description |
|---|
ApplicationGatewayAutoscaleBounds() |
| Modifier and Type | Method and Description |
|---|---|
int |
max()
Get the max value.
|
int |
min()
Get the min value.
|
ApplicationGatewayAutoscaleBounds |
withMax(int max)
Set the max value.
|
ApplicationGatewayAutoscaleBounds |
withMin(int min)
Set the min value.
|
public int min()
public ApplicationGatewayAutoscaleBounds withMin(int min)
min - the min value to setpublic int max()
public ApplicationGatewayAutoscaleBounds withMax(int max)
max - the max value to setCopyright © 2019. All rights reserved.