PeeringLocation 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.
Peering location is where connectivity could be established to the Microsoft Cloud Edge.
public class PeeringLocation : Azure.ResourceManager.Models.ResourceData
type PeeringLocation = class
inherit ResourceData
Public Class PeeringLocation
Inherits ResourceData
- Inheritance
Constructors
PeeringLocation() |
Initializes a new instance of PeeringLocation. |
Properties
AzureRegion |
The Azure region associated with the peering location. |
Country |
The country in which the peering location exists. |
Direct |
The properties that define a direct peering location. |
ExchangePeeringFacilities |
The list of exchange peering facilities at the peering location. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Kind |
The kind of peering that the peering location supports. |
Name |
The name of the resource. (Inherited from ResourceData) |
PeeringLocationValue |
The name of the peering location. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET