Dela via


PeeringLocationPropertiesExchange Class

Definition

The properties that define an exchange peering location.

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

Constructors

PeeringLocationPropertiesExchange()

Creates an new PeeringLocationPropertiesExchange instance.

Properties

PeeringFacility

The list of exchange peering facilities at the peering location.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringLocationPropertiesExchange.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringLocationPropertiesExchange.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringLocationPropertiesExchange into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to