DnnIPPair Class

Definition

DNN and UE IP address.

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

Constructors

DnnIPPair()

Initializes a new instance of DnnIPPair.

Properties

Dnn

Data network name.

IPV4Addr

IPv4 address.

Explicit Interface Implementations

IJsonModel<DnnIPPair>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnnIPPair>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnnIPPair>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnnIPPair>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnnIPPair>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to