Udostępnij przez


PeeringServiceLocationListResult Class

Definition

The paginated list of peering service locations.

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

Constructors

Name Description
PeeringServiceLocationListResult()

Creates an new PeeringServiceLocationListResult instance.

Properties

Name Description
NextLink

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

Value

The list of peering service locations.

Methods

Name Description
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.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