QuotaUsageResultName Class

Definition

The name of the SKU supported by Azure AI Search.

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

Properties

LocalizedValue

The localized string value for the SKU name.

Value

The SKU name supported by Azure AI Search.

Explicit Interface Implementations

IJsonModel<QuotaUsageResultName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QuotaUsageResultName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QuotaUsageResultName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QuotaUsageResultName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QuotaUsageResultName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to