ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Construtores

Definição

Sobrecargas

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()

Inicializa uma nova instância da classe ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds.

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

Inicializa uma nova instância da classe ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds.

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()

Inicializa uma nova instância da classe ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds.

public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds.

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)

Parâmetros

min
Nullable<Int32>

Número mínimo de unidades de escala implantadas para o gateway do ExpressRoute.

max
Nullable<Int32>

Número máximo de unidades de escala implantadas para o gateway do ExpressRoute.

Aplica-se a