SimUploadList Class

Definition

The SIMs to upload.

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

Constructors

SimUploadList(IEnumerable<SimNameAndProperties>)

Initializes a new instance of SimUploadList.

Properties

Sims

A list of SIMs to upload.

Explicit Interface Implementations

IJsonModel<SimUploadList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SimUploadList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SimUploadList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SimUploadList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SimUploadList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to