Condividi tramite


SiteListResult Class

Definition

Response for sites API service call.

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

Constructors

SiteListResult()

Creates an new SiteListResult instance.

Properties

NextLink

The URL to get the next set of results.

Value

A list of sites in a mobile network.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SiteListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SiteListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SiteListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to