Dela via


PeeringServiceLocationListResult Class

Definition

The paginated list of peering service locations.

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

Constructors

PeeringServiceLocationListResult()

Creates an new PeeringServiceLocationListResult instance.

Properties

NextLink

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

Value

The list of peering service locations.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringServiceLocationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringServiceLocationListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringServiceLocationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to