PeeringProperties 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 connectivity to the Microsoft Cloud Edge.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringPropertiesTypeConverter))]
public class PeeringProperties : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringPropertiesTypeConverter))>]
type PeeringProperties = class
interface IPeeringProperties
interface IJsonSerializable
Public Class PeeringProperties
Implements IPeeringProperties
- Inheritance
-
PeeringProperties
- Attributes
- Implements
Constructors
PeeringProperties() |
Creates an new PeeringProperties instance. |
Properties
DirectConnection |
The set of connections that constitute a direct peering. |
DirectPeerAsnId |
The identifier of the referenced resource. |
DirectPeeringType |
The type of direct peering. |
DirectUseForPeeringService |
The flag that indicates whether or not the peering is used for peering service. |
ExchangeConnection |
The set of connections that constitute an exchange peering. |
ExchangePeerAsnId |
The identifier of the referenced resource. |
PeeringLocation |
The location of the peering. |
ProvisioningState |
The provisioning state of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringProperties. |
FromJsonString(String) |
Creates a new instance of PeeringProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |