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

ExpressRouteConnection 类

定义

ExpressRouteConnection 资源。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteConnection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteConnection = class
    inherit SubResource
Public Class ExpressRouteConnection
Inherits SubResource
继承
ExpressRouteConnection
属性

构造函数

ExpressRouteConnection()

初始化 ExpressRouteConnection 类的新实例。

ExpressRouteConnection(ExpressRouteCircuitPeeringId, String, String, String, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, RoutingConfiguration)

初始化 ExpressRouteConnection 类的新实例。

属性

AuthorizationKey

获取或设置用于建立连接的授权密钥。

EnableInternetSecurity

获取或设置启用 Internet 安全性。

EnablePrivateLinkFastPath

获取或设置在访问专用链接时绕过 ExpressRoute 网关。 必须启用 ExpressRoute FastPath (expressRouteGatewayBypass) 。

ExpressRouteCircuitPeering

获取或设置 ExpressRoute 线路对等互连。

ExpressRouteGatewayBypass

获取或设置启用 FastPath 到 vWan 防火墙中心。

Id

获取或设置资源 ID。

(继承自 SubResource)
Name

获取或设置资源的名称。

ProvisioningState

获取快速路由连接资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

RoutingConfiguration

获取或设置路由配置,指示此连接上关联的和传播的路由表。

RoutingWeight

获取或设置与连接关联的路由权重。

方法

Validate()

验证 对象。

适用于