EventHubsNetworkRuleSetIPRules Class

Definition

The response from the List namespace operation.

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

Constructors

EventHubsNetworkRuleSetIPRules()

Initializes a new instance of EventHubsNetworkRuleSetIPRules.

Properties

Action

The IP Filter Action.

IPMask

IP Mask.

Explicit Interface Implementations

IJsonModel<EventHubsNetworkRuleSetIPRules>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventHubsNetworkRuleSetIPRules>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventHubsNetworkRuleSetIPRules>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubsNetworkRuleSetIPRules>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventHubsNetworkRuleSetIPRules>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to