次の方法で共有


ExpressRoutePortsLocationBandwidths コンストラクター

定義

オーバーロード

ExpressRoutePortsLocationBandwidths()

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

ExpressRoutePortsLocationBandwidths(String, Nullable<Int32>)

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

ExpressRoutePortsLocationBandwidths()

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

public ExpressRoutePortsLocationBandwidths ();
Public Sub New ()

適用対象

ExpressRoutePortsLocationBandwidths(String, Nullable<Int32>)

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

public ExpressRoutePortsLocationBandwidths (string offerName = default, int? valueInGbps = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortsLocationBandwidths : string * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortsLocationBandwidths
Public Sub New (Optional offerName As String = Nothing, Optional valueInGbps As Nullable(Of Integer) = Nothing)

パラメーター

offerName
String

帯域幅のわかりやすい名前。

valueInGbps
Nullable<Int32>

帯域幅の値 (Gbps)。

適用対象