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

AppServiceIPSecurityRestriction.IPAddressOrCidr 属性

定义

安全限制的有效 IP 地址。 它可以采用纯 ipv4 地址的形式, (所需的 SubnetMask 属性) 或 CIDR 表示法(例如 ipv4/mask (前导位匹配) )。 对于 CIDR,不得指定 SubnetMask 属性。

public string IPAddressOrCidr { get; set; }
member this.IPAddressOrCidr : string with get, set
Public Property IPAddressOrCidr As String

属性值

适用于