ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
Mindestanzahl von Skalierungseinheiten, die für das ExpressRoute-Gateway bereitgestellt werden.
Maximale Anzahl von Skalierungseinheiten, die für das ExpressRoute-Gateway bereitgestellt werden.
Gilt für:
Azure SDK for .NET