SimNameAndEncryptedProperties Class

Definition

SIM name and encrypted properties.

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

Constructors

SimNameAndEncryptedProperties(String, String)

Initializes a new instance of SimNameAndEncryptedProperties.

Properties

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.

EncryptedCredentials

The encrypted SIM credentials.

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.

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<SimNameAndEncryptedProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SimNameAndEncryptedProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SimNameAndEncryptedProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SimNameAndEncryptedProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SimNameAndEncryptedProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to