Snssai Class

Definition

Single-network slice selection assistance information (S-NSSAI).

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

Constructors

Snssai(Int32)

Initializes a new instance of Snssai.

Properties

Sd

Slice differentiator (SD).

Sst

Slice/service type (SST).

Explicit Interface Implementations

IJsonModel<Snssai>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<Snssai>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<Snssai>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<Snssai>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<Snssai>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to