次の方法で共有


NetworkRuleSetProperties クラス

定義

IotHub のネットワーク ルール セットプロパティ

public class NetworkRuleSetProperties
type NetworkRuleSetProperties = class
Public Class NetworkRuleSetProperties
継承
NetworkRuleSetProperties

コンストラクター

NetworkRuleSetProperties()

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

NetworkRuleSetProperties(Boolean, IList<NetworkRuleSetIpRule>, String)

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

プロパティ

ApplyToBuiltInEventHubEndpoint

True の場合は、ネットワーク ルール セットが IotHub の BuiltIn EventHub EndPoint にも適用されます。

DefaultAction

ネットワーク ルール セットの既定のアクションを取得または設定します。 使用可能な値は、'Deny'、'Allow' です。

IpRules

IP 規則の一覧を取得または設定します

メソッド

Validate()

オブジェクトを検証します。

適用対象