EncryptedSimPropertiesFormat Class
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.
Encrypted SIM properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.EncryptedSimPropertiesFormatTypeConverter))]
public class EncryptedSimPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IEncryptedSimPropertiesFormat, Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.EncryptedSimPropertiesFormatTypeConverter))>]
type EncryptedSimPropertiesFormat = class
interface IEncryptedSimPropertiesFormat
interface IJsonSerializable
interface ICommonSimPropertiesFormat
interface IValidates
Public Class EncryptedSimPropertiesFormat
Implements IEncryptedSimPropertiesFormat, IValidates
- Inheritance
-
EncryptedSimPropertiesFormat
- Attributes
- Implements
Constructors
EncryptedSimPropertiesFormat() |
Creates an new EncryptedSimPropertiesFormat instance. |
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. |
ProvisioningState |
The provisioning state of the SIM resource. |
SimPolicy |
The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EncryptedSimPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EncryptedSimPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IEncryptedSimPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of EncryptedSimPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EncryptedSimPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |