public class ApplicationGatewayAutoscaleConfiguration extends Object
| Constructor and Description |
|---|
ApplicationGatewayAutoscaleConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayAutoscaleBounds |
bounds()
Get the bounds value.
|
ApplicationGatewayAutoscaleConfiguration |
withBounds(ApplicationGatewayAutoscaleBounds bounds)
Set the bounds value.
|
public ApplicationGatewayAutoscaleConfiguration()
public ApplicationGatewayAutoscaleBounds bounds()
public ApplicationGatewayAutoscaleConfiguration withBounds(ApplicationGatewayAutoscaleBounds bounds)
bounds - the bounds 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.
*/