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

IWithSourcePort 接口

定义

允许指定源端口 () 的网络规则说明阶段。

public interface IWithSourcePort
type IWithSourcePort = interface
Public Interface IWithSourcePort
派生

方法

FromAnyPort()

使此规则应用于任何源端口。

FromPort(Int32)

指定此规则应用于的源端口。

FromPortRange(Int32, Int32)

指定应用此规则的源端口范围。

FromPortRanges(String[])

指定此规则适用的源端口范围。

适用于