Share via


DirectPeeringLocationProperties Class

Definition

The properties that define a direct peering ___location.

public class DirectPeeringLocationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Peering.Models.DirectPeeringLocationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Peering.Models.DirectPeeringLocationProperties>
public class DirectPeeringLocationProperties
type DirectPeeringLocationProperties = class
    interface IJsonModel<DirectPeeringLocationProperties>
    interface IPersistableModel<DirectPeeringLocationProperties>
type DirectPeeringLocationProperties = class
Public Class DirectPeeringLocationProperties
Implements IJsonModel(Of DirectPeeringLocationProperties), IPersistableModel(Of DirectPeeringLocationProperties)
Public Class DirectPeeringLocationProperties
Inheritance
DirectPeeringLocationProperties
Implements

Constructors

DirectPeeringLocationProperties()

Initializes a new instance of DirectPeeringLocationProperties.

Properties

BandwidthOffers

The list of bandwidth offers available at the peering ___location.

PeeringFacilities

The list of direct peering facilities at the peering ___location.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DirectPeeringLocationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DirectPeeringLocationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DirectPeeringLocationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DirectPeeringLocationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DirectPeeringLocationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to