IPAction Struct
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.
The IP Filter Action.
public struct IPAction : IEquatable<Azure.ResourceManager.EventHubs.Models.IPAction>
type IPAction = struct
Public Structure IPAction
Implements IEquatable(Of IPAction)
- Inheritance
-
System.ValueTypeIPAction
- Implements
-
System.IEquatable<IPAction>
Constructors
IPAction(String) |
Determines if two IPAction values are the same. |
Properties
Accept |
Accept. |
Reject |
Reject. |
Methods
Equals(IPAction) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
Operators
Equality(IPAction, IPAction) |
Determines if two IPAction values are the same. |
Implicit(String to IPAction) |
Converts a string to a IPAction. |
Inequality(IPAction, IPAction) |
Determines if two IPAction values are not the same. |