OperationalInsightsClusterSku Class

Definition

The cluster sku definition.

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

Constructors

OperationalInsightsClusterSku()

Initializes a new instance of OperationalInsightsClusterSku.

Properties

Capacity

The capacity value.

Name

The name of the SKU.

Explicit Interface Implementations

IJsonModel<OperationalInsightsClusterSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsClusterSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsClusterSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsClusterSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsClusterSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to