共用方式為


ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Constructors

Definition

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

min
Nullable<Int32>

Minimum number of scale units deployed for ExpressRoute gateway.

max
Nullable<Int32>

Maximum number of scale units deployed for ExpressRoute gateway.

Applies to