Share via


EventGridInboundIPRule Class

Definition

The EventGridInboundIPRule.

public class EventGridInboundIPRule
public class EventGridInboundIPRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.EventGridInboundIPRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.EventGridInboundIPRule>
type EventGridInboundIPRule = class
type EventGridInboundIPRule = class
    interface IJsonModel<EventGridInboundIPRule>
    interface IPersistableModel<EventGridInboundIPRule>
Public Class EventGridInboundIPRule
Public Class EventGridInboundIPRule
Implements IJsonModel(Of EventGridInboundIPRule), IPersistableModel(Of EventGridInboundIPRule)
Inheritance
EventGridInboundIPRule
Implements

Constructors

EventGridInboundIPRule()

Initializes a new instance of EventGridInboundIPRule.

Properties

Action

Action to perform based on the match or no match of the IpMask.

IPMask

IP Address in CIDR notation e.g., 10.0.0.0/8.

Explicit Interface Implementations

IJsonModel<EventGridInboundIPRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EventGridInboundIPRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventGridInboundIPRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventGridInboundIPRule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EventGridInboundIPRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to