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

GatewayLoadBalancerTunnelInterface 类

定义

负载均衡器后端地址池的网关负载均衡器隧道接口。

public class GatewayLoadBalancerTunnelInterface
type GatewayLoadBalancerTunnelInterface = class
Public Class GatewayLoadBalancerTunnelInterface
继承
GatewayLoadBalancerTunnelInterface

构造函数

GatewayLoadBalancerTunnelInterface()

初始化 GatewayLoadBalancerTunnelInterface 类的新实例。

GatewayLoadBalancerTunnelInterface(Nullable<Int32>, Nullable<Int32>, String, String)

初始化 GatewayLoadBalancerTunnelInterface 类的新实例。

属性

Identifier

获取或设置网关负载均衡器隧道接口的标识符。

Port

获取或设置网关负载均衡器隧道接口的端口。

Protocol

获取或设置网关负载均衡器隧道接口的协议。 可能的值包括:“None”、“Native”、“VXLAN”

Type

获取或设置网关负载均衡器隧道接口的流量类型。 可能的值包括:“None”、“Internal”、“External”

适用于