ExpressRouteGatewayPropertiesAutoScaleConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteGatewayPropertiesAutoScaleConfiguration
- com.
Implements
public final class ExpressRouteGatewayPropertiesAutoScaleConfiguration
implements JsonSerializable<ExpressRouteGatewayPropertiesAutoScaleConfiguration>
Configuration for auto scaling.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteGatewayPropertiesAutoScaleConfiguration() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
Express |
bounds()
Get the bounds property: Minimum and maximum number of scale units to deploy. |
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Express |
withBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds)
Set the bounds property: Minimum and maximum number of scale units to deploy. |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteGatewayPropertiesAutoScaleConfiguration
public ExpressRouteGatewayPropertiesAutoScaleConfiguration()
Creates an instance of ExpressRouteGatewayPropertiesAutoScaleConfiguration class.
Method Details
bounds
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds()
Get the bounds property: Minimum and maximum number of scale units to deploy.
Returns:
fromJson
public static ExpressRouteGatewayPropertiesAutoScaleConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteGatewayPropertiesAutoScaleConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withBounds
public ExpressRouteGatewayPropertiesAutoScaleConfiguration withBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds)
Set the bounds property: Minimum and maximum number of scale units to deploy.
Parameters:
Returns:
Applies to
Azure SDK for Java