ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se a
Azure SDK for .NET