ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds 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
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds() |
Initializes a new instance of the ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds class. |
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds(Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds class. |
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()
Initializes a new instance of the ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds class.
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds ();
Public Sub New ()
Applies to
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds(Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds class.
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds (int? min = default, int? max = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
Public Sub New (Optional min As Nullable(Of Integer) = Nothing, Optional max As Nullable(Of Integer) = Nothing)
Parameters
Applies to
Azure SDK for .NET