ISimPropertiesFormat Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SimPropertiesFormatTypeConverter))]
public interface ISimPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ICommonSimPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SimPropertiesFormatTypeConverter))>]
type ISimPropertiesFormat = interface
interface IJsonSerializable
interface ICommonSimPropertiesFormat
Public Interface ISimPropertiesFormat
Implements ICommonSimPropertiesFormat
- Derived
- Attributes
- Implements
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. (Inherited from ICommonSimPropertiesFormat) |
IntegratedCircuitCardIdentifier |
The integrated circuit card ID (ICCID) for the SIM. (Inherited from ICommonSimPropertiesFormat) |
InternationalMobileSubscriberIdentity |
The international mobile subscriber identity (IMSI) for the SIM. (Inherited from ICommonSimPropertiesFormat) |
OperatorKeyCode |
The Opc value for the SIM. |
ProvisioningState |
The provisioning state of the SIM resource. (Inherited from ICommonSimPropertiesFormat) |
SimPolicyId |
SIM policy resource ID. (Inherited from ICommonSimPropertiesFormat) |
SimState |
The state of the SIM resource. (Inherited from ICommonSimPropertiesFormat) |
SiteProvisioningState |
A dictionary of sites to the provisioning state of this SIM on that site. (Inherited from ICommonSimPropertiesFormat) |
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}. (Inherited from ICommonSimPropertiesFormat) |
VendorKeyFingerprint |
The public key fingerprint of the SIM vendor who provided this SIM, if any. (Inherited from ICommonSimPropertiesFormat) |
VendorName |
The name of the SIM vendor who provided this SIM, if any. (Inherited from ICommonSimPropertiesFormat) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |