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

ExpressRouteServiceProviderInner 构造函数

定义

重载

ExpressRouteServiceProviderInner()

初始化 ExpressRouteServiceProviderInner 类的新实例。

ExpressRouteServiceProviderInner(String, String, String, String, IDictionary<String,String>, IList<String>, IList<ExpressRouteServiceProviderBandwidthsOffered>, ProvisioningState)

初始化 ExpressRouteServiceProviderInner 类的新实例。

ExpressRouteServiceProviderInner()

初始化 ExpressRouteServiceProviderInner 类的新实例。

public ExpressRouteServiceProviderInner ();
Public Sub New ()

适用于

ExpressRouteServiceProviderInner(String, String, String, String, IDictionary<String,String>, IList<String>, IList<ExpressRouteServiceProviderBandwidthsOffered>, ProvisioningState)

初始化 ExpressRouteServiceProviderInner 类的新实例。

public ExpressRouteServiceProviderInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<string> peeringLocations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteServiceProviderInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteServiceProviderBandwidthsOffered> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteServiceProviderInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional peeringLocations As IList(Of String) = Nothing, Optional bandwidthsOffered As IList(Of ExpressRouteServiceProviderBandwidthsOffered) = Nothing, Optional provisioningState As ProvisioningState = Nothing)

参数

location
String
id
String
name
String
type
String
peeringLocations
IList<String>

对等互连位置的列表。

bandwidthsOffered
IList<ExpressRouteServiceProviderBandwidthsOffered>

提供的带宽列表。

provisioningState
ProvisioningState

快速路由服务提供商资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

适用于