次の方法で共有


ExpressRouteCircuitServiceProviderProperties コンストラクター

定義

オーバーロード

ExpressRouteCircuitServiceProviderProperties()

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

ExpressRouteCircuitServiceProviderProperties(String, String, Nullable<Int32>)

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

ExpressRouteCircuitServiceProviderProperties()

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

public ExpressRouteCircuitServiceProviderProperties ();
Public Sub New ()

適用対象

ExpressRouteCircuitServiceProviderProperties(String, String, Nullable<Int32>)

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

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

パラメーター

serviceProviderName
String

serviceProviderName。

peeringLocation
String

ピアリングの場所。

bandwidthInMbps
Nullable<Int32>

BandwidthInMbps。

適用対象