次の方法で共有


IpRule コンストラクター

定義

オーバーロード

IpRule()

IpRule クラスの新しいインスタンスを初期化します。

IpRule(String)

IpRule クラスの新しいインスタンスを初期化します。

IpRule()

IpRule クラスの新しいインスタンスを初期化します。

public IpRule ();
Public Sub New ()

適用対象

IpRule(String)

IpRule クラスの新しいインスタンスを初期化します。

public IpRule (string value);
new Microsoft.Azure.Management.CognitiveServices.Models.IpRule : string -> Microsoft.Azure.Management.CognitiveServices.Models.IpRule
Public Sub New (value As String)

パラメーター

value
String

CIDR 表記の IPv4 アドレス範囲 ('124.56.78.91' (単純 IP アドレス) または '124.56.78.0/24' (124.56.78 で始まるすべてのアドレス) など)。

適用対象