PeeringPropertiesExchange 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringPropertiesExchangeTypeConverter))]
public class PeeringPropertiesExchange : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringPropertiesExchange
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringPropertiesExchangeTypeConverter))>]
type PeeringPropertiesExchange = class
interface IPeeringPropertiesExchange
interface IJsonSerializable
Public Class PeeringPropertiesExchange
Implements IPeeringPropertiesExchange
- Inheritance
-
PeeringPropertiesExchange
- Attributes
- Implements
Constructors
PeeringPropertiesExchange() |
Creates an new PeeringPropertiesExchange instance. |
Properties
Connection |
The set of connections that constitute an exchange peering. |
PeerAsnId |
The identifier of the referenced resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringPropertiesExchange. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringPropertiesExchange. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringPropertiesExchange. |
FromJsonString(String) |
Creates a new instance of PeeringPropertiesExchange, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringPropertiesExchange into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |