次の方法で共有


ExpressRouteGatewayPropertiesAutoScaleConfiguration コンストラクター

定義

オーバーロード

ExpressRouteGatewayPropertiesAutoScaleConfiguration()

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

ExpressRouteGatewayPropertiesAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds)

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

ExpressRouteGatewayPropertiesAutoScaleConfiguration()

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

public ExpressRouteGatewayPropertiesAutoScaleConfiguration ();
Public Sub New ()

適用対象

ExpressRouteGatewayPropertiesAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds)

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

public ExpressRouteGatewayPropertiesAutoScaleConfiguration (Microsoft.Azure.Management.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfiguration : Microsoft.Azure.Management.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds -> Microsoft.Azure.Management.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfiguration
Public Sub New (Optional bounds As ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Nothing)

パラメーター

bounds
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

デプロイするスケール ユニットの最小数と最大数。

適用対象