Freigeben über


ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Konstruktoren

Definition

Überlädt

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()

Initialisiert eine neue instance der ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds-Klasse.

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds(Nullable<Int32>, Nullable<Int32>)

Initialisiert eine neue instance der ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds-Klasse.

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()

Initialisiert eine neue instance der ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds-Klasse.

public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds ();
Public Sub New ()

Gilt für:

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds(Nullable<Int32>, Nullable<Int32>)

Initialisiert eine neue instance der ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds-Klasse.

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)

Parameter

min
Nullable<Int32>

Mindestanzahl von Skalierungseinheiten, die für das ExpressRoute-Gateway bereitgestellt werden.

max
Nullable<Int32>

Maximale Anzahl von Skalierungseinheiten, die für das ExpressRoute-Gateway bereitgestellt werden.

Gilt für: