Partager via


NetworkRuleSetProperties Constructeurs

Définition

Surcharges

NetworkRuleSetProperties()

Initialise une nouvelle instance de la classe NetworkRuleSetProperties.

NetworkRuleSetProperties(Boolean, IList<NetworkRuleSetIpRule>, String)

Initialise une nouvelle instance de la classe NetworkRuleSetProperties.

NetworkRuleSetProperties()

Initialise une nouvelle instance de la classe NetworkRuleSetProperties.

public NetworkRuleSetProperties ();
Public Sub New ()

S’applique à

NetworkRuleSetProperties(Boolean, IList<NetworkRuleSetIpRule>, String)

Initialise une nouvelle instance de la classe NetworkRuleSetProperties.

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)

Paramètres

applyToBuiltInEventHubEndpoint
Boolean

Si la valeur est True, l’ensemble de règles réseau est également appliqué à BuiltIn EventHub EndPoint d’IotHub

ipRules
IList<NetworkRuleSetIpRule>

Liste des règles IP

defaultAction
String

Action par défaut pour l’ensemble de règles réseau. Les valeurs possibles sont les suivantes : « Deny », « Allow »

S’applique à