NetworkRuleSetIpRule 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
NetworkRuleSetIpRule() |
Initializes a new instance of the NetworkRuleSetIpRule class. |
NetworkRuleSetIpRule(String, String, String) |
Initializes a new instance of the NetworkRuleSetIpRule class. |
NetworkRuleSetIpRule()
Initializes a new instance of the NetworkRuleSetIpRule class.
public NetworkRuleSetIpRule ();
Public Sub New ()
Applies to
NetworkRuleSetIpRule(String, String, String)
Initializes a new instance of the NetworkRuleSetIpRule class.
public NetworkRuleSetIpRule (string filterName, string ipMask, string action = default);
new Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetIpRule : string * string * string -> Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetIpRule
Public Sub New (filterName As String, ipMask As String, Optional action As String = Nothing)
Parameters
- filterName
- String
Name of the IP filter rule.
- ipMask
- String
A string that contains the IP address range in CIDR notation for the rule.
- action
- String
IP Filter Action. Possible values include: 'Allow'
Applies to
Azure SDK for .NET