Dela via


PeeringServiceCountryListResult Class

Definition

The paginated list of peering service countries.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceCountryListResultTypeConverter))]
public class PeeringServiceCountryListResult : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceCountryListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceCountryListResultTypeConverter))>]
type PeeringServiceCountryListResult = class
    interface IPeeringServiceCountryListResult
    interface IJsonSerializable
Public Class PeeringServiceCountryListResult
Implements IPeeringServiceCountryListResult
Inheritance
PeeringServiceCountryListResult
Attributes
Implements

Constructors

PeeringServiceCountryListResult()

Creates an new PeeringServiceCountryListResult instance.

Properties

NextLink

The link to fetch the next page of peering service countries.

Value

The list of peering service countries.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringServiceCountryListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringServiceCountryListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceCountryListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringServiceCountryListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to