SimNameAndProperties Class

Definition

SIM name and properties.

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

Constructors

SimNameAndProperties(String, String)

Initializes a new instance of SimNameAndProperties.

Properties

AuthenticationKey

The Ki value for the SIM.

DeviceType

An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.

IntegratedCircuitCardIdentifier

The integrated circuit card ID (ICCID) for the SIM.

InternationalMobileSubscriberIdentity

The international mobile subscriber identity (IMSI) for the SIM.

Name

The name of the SIM.

OperatorKeyCode

The Opc value for the SIM.

ProvisioningState

The provisioning state of the SIM resource.

SimPolicyId

Gets or sets Id.

SimState

The state of the SIM resource.

SiteProvisioningState

A dictionary of sites to the provisioning state of this SIM on that site.

StaticIPConfiguration

A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.

VendorKeyFingerprint

The public key fingerprint of the SIM vendor who provided this SIM, if any.

VendorName

The name of the SIM vendor who provided this SIM, if any.

Explicit Interface Implementations

IJsonModel<SimNameAndProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SimNameAndProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SimNameAndProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SimNameAndProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SimNameAndProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to