你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExpressRouteProviderPort 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ExpressRouteProviderPort() |
初始化 ExpressRouteProviderPort 类的新实例。 |
ExpressRouteProviderPort(String, String, String, String, IDictionary<String, String>, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
初始化 ExpressRouteProviderPort 类的新实例。 |
ExpressRouteProviderPort()
初始化 ExpressRouteProviderPort 类的新实例。
public ExpressRouteProviderPort ();
Public Sub New ()
适用于
ExpressRouteProviderPort(String, String, String, String, IDictionary<String, String>, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
初始化 ExpressRouteProviderPort 类的新实例。
public ExpressRouteProviderPort (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string portPairDescriptor = default, string primaryAzurePort = default, string secondaryAzurePort = default, string peeringLocation = default, int? overprovisionFactor = default, int? portBandwidthInMbps = default, int? usedBandwidthInMbps = default, int? remainingBandwidthInMbps = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional portPairDescriptor As String = Nothing, Optional primaryAzurePort As String = Nothing, Optional secondaryAzurePort As String = Nothing, Optional peeringLocation As String = Nothing, Optional overprovisionFactor As Nullable(Of Integer) = Nothing, Optional portBandwidthInMbps As Nullable(Of Integer) = Nothing, Optional usedBandwidthInMbps As Nullable(Of Integer) = Nothing, Optional remainingBandwidthInMbps As Nullable(Of Integer) = Nothing, Optional etag As String = Nothing)
参数
- id
- String
资源 ID。
- name
- String
资源名称。
- type
- String
资源类型。
- location
- String
资源位置。
- tags
- IDictionary<String,String>
资源标记。
- portPairDescriptor
- String
端口对的名称。
- primaryAzurePort
- String
主端口的名称。
- secondaryAzurePort
- String
辅助端口的名称。
- peeringLocation
- String
端口对的对等互连位置。
- etag
- String
一个唯一的只读字符串,每当资源更新时都会更改。