Freigeben über


NetworkRuleSetProperties Konstruktoren

Definition

Überlädt

NetworkRuleSetProperties()

Initialisiert eine neue instance der NetworkRuleSetProperties-Klasse.

NetworkRuleSetProperties(Boolean, IList<NetworkRuleSetIpRule>, String)

Initialisiert eine neue instance der NetworkRuleSetProperties-Klasse.

NetworkRuleSetProperties()

Initialisiert eine neue instance der NetworkRuleSetProperties-Klasse.

public NetworkRuleSetProperties ();
Public Sub New ()

Gilt für:

NetworkRuleSetProperties(Boolean, IList<NetworkRuleSetIpRule>, String)

Initialisiert eine neue instance der NetworkRuleSetProperties-Klasse.

public NetworkRuleSetProperties (bool applyToBuiltInEventHubEndpoint, System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetIpRule> ipRules, string defaultAction = default);
new Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetProperties : bool * System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetIpRule> * string -> Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetProperties
Public Sub New (applyToBuiltInEventHubEndpoint As Boolean, ipRules As IList(Of NetworkRuleSetIpRule), Optional defaultAction As String = Nothing)

Parameter

applyToBuiltInEventHubEndpoint
Boolean

Bei True wird der Netzwerkregelsatz auch auf BuiltIn EventHub EndPoint von IotHub angewendet.

ipRules
IList<NetworkRuleSetIpRule>

Liste der IP-Regeln

defaultAction
String

Standardaktion für den Netzwerkregelsatz. Mögliche Werte: "Verweigern", "Zulassen"

Gilt für: