PublicLandMobileNetwork Class

Definition

Configuration relating to a particular PLMN.

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

Constructors

PublicLandMobileNetwork(String, String)

Initializes a new instance of PublicLandMobileNetwork.

Properties

HomeNetworkPublicKeys

Configuration relating to SUPI concealment.

Mcc

Mobile country code (MCC).

(Inherited from MobileNetworkPlmnId)
Mnc

Mobile network code (MNC).

(Inherited from MobileNetworkPlmnId)

Explicit Interface Implementations

IJsonModel<MobileNetworkPlmnId>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MobileNetworkPlmnId)
IJsonModel<MobileNetworkPlmnId>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MobileNetworkPlmnId)
IJsonModel<PublicLandMobileNetwork>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PublicLandMobileNetwork>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkPlmnId>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MobileNetworkPlmnId)
IPersistableModel<MobileNetworkPlmnId>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from MobileNetworkPlmnId)
IPersistableModel<MobileNetworkPlmnId>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MobileNetworkPlmnId)
IPersistableModel<PublicLandMobileNetwork>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PublicLandMobileNetwork>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PublicLandMobileNetwork>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to