Condividi tramite


SimGroupListResult Class

Definition

Response for list SIM groups API service call.

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

Constructors

SimGroupListResult()

Creates an new SimGroupListResult instance.

Properties

NextLink

The URL to get the next set of results.

Value

A list of SIM groups in a resource group.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SimGroupListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SimGroupListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SimGroupListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to