PeeringLocationPropertiesExchange Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |