你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PeeringLocation Class

Definition

Peering location is where connectivity could be established to the Microsoft Cloud Edge.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringLocationTypeConverter))]
public class PeeringLocation : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringLocation, Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringLocationTypeConverter))>]
type PeeringLocation = class
    interface IPeeringLocation
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class PeeringLocation
Implements IPeeringLocation, IValidates
Inheritance
PeeringLocation
Attributes
Implements

Constructors

PeeringLocation()

Creates an new PeeringLocation 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.

Id

The ID of the resource.

Kind

The kind of peering that the peering location supports.

Name

The name of the resource.

PropertiesPeeringLocation

The name of the peering location.

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringLocation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringLocation.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringLocation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to