Share via


SimListResult Class

Definition

Response for list SIMs API service call.

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

Constructors

SimListResult()

Creates an new SimListResult instance.

Properties

NextLink

The URL to get the next set of results.

Value

A list of SIMs in a resource group.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SimListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SimListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SimListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to