ExpressRouteGatewayPropertiesAutoScaleConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Minimum and maximum number of scale units to deploy.
Applies to
Azure SDK for .NET