PeeringLocationProperties 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 a peering location.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringLocationPropertiesTypeConverter))]
public class PeeringLocationProperties : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringLocationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringLocationPropertiesTypeConverter))>]
type PeeringLocationProperties = class
interface IPeeringLocationProperties
interface IJsonSerializable
Public Class PeeringLocationProperties
Implements IPeeringLocationProperties
- Inheritance
-
PeeringLocationProperties
- Attributes
- Implements
Constructors
PeeringLocationProperties() |
Creates an new PeeringLocationProperties instance. |
Properties
AzureRegion |
The Azure region associated with the peering location. |
Country |
The country in which the peering location exists. |
DirectBandwidthOffer |
The list of bandwidth offers available at the peering location. |
DirectPeeringFacility |
The list of direct peering facilities at the peering location. |
ExchangePeeringFacility |
The list of exchange peering facilities at the peering location. |
PeeringLocation |
The name of the peering location. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringLocationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringLocationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringLocationProperties. |
FromJsonString(String) |
Creates a new instance of PeeringLocationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringLocationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |