你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.Fluent.Models.ExpressRouteCircuitServiceProviderProperties : string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.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。

适用于