次の方法で共有


IotHubIPFilterRule(String, IotHubIPFilterActionType, String) コンストラクター

定義

IotHubIPFilterRule の新しいインスタンスを初期化します。

public IotHubIPFilterRule (string filterName, Azure.ResourceManager.IotHub.Models.IotHubIPFilterActionType action, string ipMask);
new Azure.ResourceManager.IotHub.Models.IotHubIPFilterRule : string * Azure.ResourceManager.IotHub.Models.IotHubIPFilterActionType * string -> Azure.ResourceManager.IotHub.Models.IotHubIPFilterRule
Public Sub New (filterName As String, action As IotHubIPFilterActionType, ipMask As String)

パラメーター

filterName
String

IP フィルター規則の名前。

action
IotHubIPFilterActionType

このルールによってキャプチャされた要求に対して必要なアクション。

ipMask
String

規則の IP アドレス範囲を CIDR 表記で含む文字列。

例外

filterName または ipMask が null です。

適用対象