SimStaticIPProperties Class

Definition

Static IP configuration for a SIM, scoped to a particular attached data network and slice.

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

Constructors

SimStaticIPProperties()

Initializes a new instance of SimStaticIPProperties.

Properties

AttachedDataNetworkId

Gets or sets Id.

SliceId

Gets or sets Id.

StaticIPIPv4Address

The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.

Explicit Interface Implementations

IJsonModel<SimStaticIPProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SimStaticIPProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SimStaticIPProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SimStaticIPProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SimStaticIPProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to