EventGridIPActionType 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.
Action to perform based on the match or no match of the IpMask.
public readonly struct EventGridIPActionType : IEquatable<Azure.ResourceManager.EventGrid.Models.EventGridIPActionType>
type EventGridIPActionType = struct
Public Structure EventGridIPActionType
Implements IEquatable(Of EventGridIPActionType)
- Inheritance
-
EventGridIPActionType
- Implements
Constructors
| Name | Description |
|---|---|
| EventGridIPActionType(String) |
Initializes a new instance of EventGridIPActionType. |
Properties
| Name | Description |
|---|---|
| Allow |
Allow. |
Methods
| Name | Description |
|---|---|
| Equals(EventGridIPActionType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(EventGridIPActionType, EventGridIPActionType) |
Determines if two EventGridIPActionType values are the same. |
| Implicit(String to EventGridIPActionType) |
Converts a String to a EventGridIPActionType. |
| Inequality(EventGridIPActionType, EventGridIPActionType) |
Determines if two EventGridIPActionType values are not the same. |