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

HasBackendPort.UpdateDefinitionStages.WithBackendPort<ReturnT> 接口

类型参数

ReturnT

定义的下一阶段

public interface WithBackendPort

允许指定后端端口的定义阶段。

方法摘要

修饰符和类型 方法和描述
ReturnT toBackendPort(int port)

指定要将网络流量发送到的后端端口。

如果未指定,则假定后端端口号与前端使用的端口号相同。

方法详细信息

toBackendPort

public ReturnT toBackendPort(int port)

指定要将网络流量发送到的后端端口。

如果未指定,则假定后端端口号与前端使用的端口号相同。

Parameters:

port - 端口号

Returns:

定义的下一阶段

适用于