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

NetworkSecurityGroupRule.SourceAddressPrefix 属性

定义

获取要与规则匹配的源地址前缀或标记。

public string SourceAddressPrefix { get; }
member this.SourceAddressPrefix : string
Public ReadOnly Property SourceAddressPrefix As String

属性值

注解

有效值为单个 IP 地址 (,即 10.10.10.10) 、IP 子网 (即 192.168.1.0/24) 、默认标记或 * (() 的所有地址)。

适用于