SiteDeletePacketCore Class

Definition

The packet core to delete under a site.

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

Constructors

SiteDeletePacketCore()

Initializes a new instance of SiteDeletePacketCore.

Properties

PacketCoreId

Gets Id.

Explicit Interface Implementations

IJsonModel<SiteDeletePacketCore>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteDeletePacketCore>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteDeletePacketCore>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteDeletePacketCore>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteDeletePacketCore>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to