MobileNetworkInstallation Class

Definition

The installation state of the packet core.

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

Constructors

MobileNetworkInstallation()

Initializes a new instance of MobileNetworkInstallation.

Properties

DesiredState

The desired installation state.

OperationId

Gets Id.

Reasons

Reason(s) for the current installation state of the packet core.

ReinstallRequired

Whether a reinstall of the packet core is required to pick up the latest configuration changes.

State

Installation state.

Explicit Interface Implementations

IJsonModel<MobileNetworkInstallation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MobileNetworkInstallation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkInstallation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileNetworkInstallation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MobileNetworkInstallation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to