NWRuleSetIpRules Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NWRuleSetIpRules() |
Initialise une nouvelle instance de la classe NWRuleSetIpRules. |
NWRuleSetIpRules(String, NetworkRuleIPAction) |
Initialise une nouvelle instance de la classe NWRuleSetIpRules. |
NWRuleSetIpRules()
Initialise une nouvelle instance de la classe NWRuleSetIpRules.
public NWRuleSetIpRules ();
Public Sub New ()
S’applique à
NWRuleSetIpRules(String, NetworkRuleIPAction)
Initialise une nouvelle instance de la classe NWRuleSetIpRules.
public NWRuleSetIpRules (string ipMask = default, Microsoft.Azure.Management.EventHub.Fluent.Models.NetworkRuleIPAction action = default);
new Microsoft.Azure.Management.EventHub.Fluent.Models.NWRuleSetIpRules : string * Microsoft.Azure.Management.EventHub.Fluent.Models.NetworkRuleIPAction -> Microsoft.Azure.Management.EventHub.Fluent.Models.NWRuleSetIpRules
Public Sub New (Optional ipMask As String = Nothing, Optional action As NetworkRuleIPAction = Nothing)
Paramètres
- ipMask
- String
Masque IP
- action
- NetworkRuleIPAction
Action de filtre IP. Les valeurs possibles sont les suivantes : « Autoriser »
S’applique à
Azure SDK for .NET