Share via


ExpressRouteGatewayPropertiesAutoScaleConfiguration Constructors

Definition

Overloads

ExpressRouteGatewayPropertiesAutoScaleConfiguration()

Initializes a new instance of the ExpressRouteGatewayPropertiesAutoScaleConfiguration class.

ExpressRouteGatewayPropertiesAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds)

Initializes a new instance of the ExpressRouteGatewayPropertiesAutoScaleConfiguration class.

ExpressRouteGatewayPropertiesAutoScaleConfiguration()

Initializes a new instance of the ExpressRouteGatewayPropertiesAutoScaleConfiguration class.

public ExpressRouteGatewayPropertiesAutoScaleConfiguration ();
Public Sub New ()

Applies to

ExpressRouteGatewayPropertiesAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds)

Initializes a new instance of the ExpressRouteGatewayPropertiesAutoScaleConfiguration class.

public ExpressRouteGatewayPropertiesAutoScaleConfiguration (Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteGatewayPropertiesAutoScaleConfiguration : Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteGatewayPropertiesAutoScaleConfiguration
Public Sub New (Optional bounds As ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Nothing)

Parameters

bounds
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

Minimum and maximum number of scale units to deploy.

Applies to