Share via


ISimNameAndEncryptedProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SimNameAndEncryptedPropertiesTypeConverter))]
public interface ISimNameAndEncryptedProperties : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SimNameAndEncryptedPropertiesTypeConverter))>]
type ISimNameAndEncryptedProperties = interface
    interface IJsonSerializable
Public Interface ISimNameAndEncryptedProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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

SIM policy resource 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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to