Share via


MobileNetworkSimData Class

Definition

A class representing the MobileNetworkSim data model. SIM resource.

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

Constructors

MobileNetworkSimData(String)

Initializes a new instance of MobileNetworkSimData.

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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
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 resource.

(Inherited from ResourceData)
OperatorKeyCode

The Opc value for the SIM.

ProvisioningState

The provisioning state of the SIM resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
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}.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
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<MobileNetworkSimData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MobileNetworkSimData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkSimData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileNetworkSimData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MobileNetworkSimData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to