LogicSku Class

Definition

The sku type.

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

Properties

Name

The name.

Plan

The reference to plan.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to