Share via


EsuKey Class

Definition

ESU key.

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

Properties

LicenseStatus

The current status of the license profile key.

Sku

SKU number.

Explicit Interface Implementations

IJsonModel<EsuKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EsuKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EsuKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EsuKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EsuKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to