次の方法で共有


SimUploadList Class

Definition

The SIMs to upload.

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

Constructors

SimUploadList()

Creates an new SimUploadList instance.

Properties

Sim

A list of SIMs to upload.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SimUploadList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SimUploadList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SimUploadList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to