SimDeleteList Class

Definition

The SIMs to delete.

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

Constructors

SimDeleteList(IEnumerable<String>)

Initializes a new instance of SimDeleteList.

Properties

Sims

A list of SIM resource names to delete.

Explicit Interface Implementations

IJsonModel<SimDeleteList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SimDeleteList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SimDeleteList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SimDeleteList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SimDeleteList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to