Dela via


RoutingPreferenceUnbilledPrefix Class

Definition

The Routing Preference unbilled prefix.

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

Properties

AzureRegion

The Azure region.

PeerAsn

The peer ASN.

Prefix

The prefix.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RoutingPreferenceUnbilledPrefix>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RoutingPreferenceUnbilledPrefix>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoutingPreferenceUnbilledPrefix>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoutingPreferenceUnbilledPrefix>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RoutingPreferenceUnbilledPrefix>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to