Delen via


EventGridIPActionType Struct

Definition

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

EventGridIPActionType(String)

Initializes a new instance of EventGridIPActionType.

Properties

Allow

Allow.

Methods

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

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.

Applies to