次の方法で共有


ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds コンストラクター

定義

オーバーロード

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds クラスの新しいインスタンスを初期化します。

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

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds クラスの新しいインスタンスを初期化します。

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds クラスの新しいインスタンスを初期化します。

public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds ();
Public Sub New ()

適用対象

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

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds クラスの新しいインスタンスを初期化します。

public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds (int? min = default, int? max = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
Public Sub New (Optional min As Nullable(Of Integer) = Nothing, Optional max As Nullable(Of Integer) = Nothing)

パラメーター

min
Nullable<Int32>

ExpressRoute ゲートウェイにデプロイされるスケール ユニットの最小数。

max
Nullable<Int32>

ExpressRoute ゲートウェイにデプロイされるスケール ユニットの最大数。

適用対象