NWRuleSetIpRules Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NWRuleSetIpRules() |
Initializes a new instance of the NWRuleSetIpRules class. |
NWRuleSetIpRules(String, NetworkRuleIPAction) |
Initializes a new instance of the NWRuleSetIpRules class. |
NWRuleSetIpRules()
Initializes a new instance of the NWRuleSetIpRules class.
public NWRuleSetIpRules ();
Public Sub New ()
Applies to
NWRuleSetIpRules(String, NetworkRuleIPAction)
Initializes a new instance of the NWRuleSetIpRules class.
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)
Parameters
- ipMask
- String
IP Mask
- action
- NetworkRuleIPAction
The IP Filter Action. Possible values include: 'Allow'
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET