Поделиться через


RelaySku Class

Definition

SKU of the namespace.

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

Constructors

RelaySku(RelaySkuName)

Initializes a new instance of RelaySku.

Properties

Name

Name of this SKU.

Tier

The tier of this SKU.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RelaySku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RelaySku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RelaySku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RelaySku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RelaySku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to