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

CognitiveServicesIPRule 类

定义

管理特定 IP 地址或 IP 范围内的辅助功能的规则。

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

构造函数

CognitiveServicesIPRule(String)

初始化 CognitiveServicesIPRule 的新实例。

属性

Value

以 CIDR 表示法表示的 IPv4 地址范围,例如“124.56.78.91” (简单 IP 地址) 或“124.56.78.0/24” (以 124.56.78) 开头的所有地址。

适用于