다음을 통해 공유


DirectPeeringProperties Class

Definition

The properties that define a direct peering.

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

Constructors

DirectPeeringProperties()

Initializes a new instance of DirectPeeringProperties.

Properties

Connections

The set of connections that constitute a direct peering.

DirectPeeringType

The type of direct peering.

PeerAsnId

Gets or sets Id.

UseForPeeringService

The flag that indicates whether or not the peering is used for peering service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DirectPeeringProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DirectPeeringProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DirectPeeringProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DirectPeeringProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DirectPeeringProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to