MobileNetworkPlmnId Class

Definition

Public land mobile network (PLMN) ID. This is made up of the mobile country code and mobile network code, as defined in https://www.itu.int/rec/T-REC-E.212. The values 001-01 and 001-001 can be used for testing and the values 999-99 and 999-999 can be used on internal private networks.

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

Constructors

MobileNetworkPlmnId(String, String)

Initializes a new instance of MobileNetworkPlmnId.

Properties

Mcc

Mobile country code (MCC).

Mnc

Mobile network code (MNC).

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.

IJsonModel<MobileNetworkPlmnId>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkPlmnId>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileNetworkPlmnId>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MobileNetworkPlmnId>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to