ExpressRouteGatewayPropertiesAutoScaleConfiguration 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
ExpressRouteGatewayPropertiesAutoScaleConfiguration() |
Initialisiert eine neue instance der ExpressRouteGatewayPropertiesAutoScaleConfiguration-Klasse. |
ExpressRouteGatewayPropertiesAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds) |
Initialisiert eine neue instance der ExpressRouteGatewayPropertiesAutoScaleConfiguration-Klasse. |
ExpressRouteGatewayPropertiesAutoScaleConfiguration()
Initialisiert eine neue instance der ExpressRouteGatewayPropertiesAutoScaleConfiguration-Klasse.
public ExpressRouteGatewayPropertiesAutoScaleConfiguration ();
Public Sub New ()
Gilt für:
ExpressRouteGatewayPropertiesAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds)
Initialisiert eine neue instance der ExpressRouteGatewayPropertiesAutoScaleConfiguration-Klasse.
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)
Parameter
Minimale und maximale Anzahl von Skalierungseinheiten, die bereitgestellt werden sollen.
Gilt für:
Azure SDK for .NET