IpFilterRule Class
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.
Single item in a List or Get IpFilterRules operation
[Microsoft.Rest.Serialization.JsonTransformation]
public class IpFilterRule : Microsoft.Azure.Management.EventHub.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IpFilterRule = class
inherit Resource
Public Class IpFilterRule
Inherits Resource
- Inheritance
- Attributes
Constructors
IpFilterRule() |
Initializes a new instance of the IpFilterRule class. |
IpFilterRule(String, String, String, String, String, String) |
Initializes a new instance of the IpFilterRule class. |
Properties
Action |
Gets or sets the IP Filter Action. Possible values include: 'Accept', 'Reject' |
FilterName |
Gets or sets IP Filter name |
Id |
Gets resource ID. (Inherited from Resource) |
IpMask |
Gets or sets IP Mask |
Name |
Gets resource name. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |