MobileNetworkEventHubConfiguration Class

Definition

Configuration for sending packet core events to Azure Event Hub.

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

Constructors

MobileNetworkEventHubConfiguration(ResourceIdentifier)

Initializes a new instance of MobileNetworkEventHubConfiguration.

Properties

Id

Resource ID of Azure Event Hub to send packet core events to.

ReportingInterval

The duration (in seconds) between UE usage reports.

Explicit Interface Implementations

IJsonModel<MobileNetworkEventHubConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MobileNetworkEventHubConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkEventHubConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileNetworkEventHubConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MobileNetworkEventHubConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to