Sdílet prostřednictvím


EncryptedSimUploadList Class

Definition

The SIMs to upload. The SIM credentials must be encrypted.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.EncryptedSimUploadListTypeConverter))]
public class EncryptedSimUploadList : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IEncryptedSimUploadList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.EncryptedSimUploadListTypeConverter))>]
type EncryptedSimUploadList = class
    interface IEncryptedSimUploadList
    interface IJsonSerializable
Public Class EncryptedSimUploadList
Implements IEncryptedSimUploadList
Inheritance
EncryptedSimUploadList
Attributes
Implements

Constructors

EncryptedSimUploadList()

Creates an new EncryptedSimUploadList instance.

Properties

AzureKeyIdentifier

An identifier for the Azure SIM onboarding public key used for encrypted upload.

EncryptedTransportKey

The transport key used for encrypting SIM credentials, encrypted using the SIM onboarding public key.

SignedTransportKey

The encrypted transport key, signed using the SIM vendor private key.

Sim

A list of SIMs to upload, with encrypted properties.

VendorKeyFingerprint

The fingerprint of the SIM vendor public key. The private counterpart is used for signing the encrypted transport key.

Version

The upload file format version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EncryptedSimUploadList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncryptedSimUploadList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IEncryptedSimUploadList.

FromJsonString(String)

Creates a new instance of EncryptedSimUploadList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncryptedSimUploadList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to