Delen via


PeeringSku Class

Definition

The SKU that defines the tier and kind of the peering.

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

Constructors

PeeringSku()

Initializes a new instance of PeeringSku.

Properties

Family

The family of the peering SKU.

Name

The name of the peering SKU.

Size

The size of the peering SKU.

Tier

The tier of the peering SKU.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PeeringSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PeeringSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PeeringSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PeeringSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PeeringSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to