Share via


SearchServiceSkuOfferingLimits Class

Definition

The limits associated with this SKU offered in this region.

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

Properties

Indexers

The maximum number of indexers available for this SKU.

Indexes

The maximum number of indexes available for this SKU.

Partitions

The maximum number of partitions available for this SKU.

PartitionStorageInGigabytes

The maximum storage size in Gigabytes available for this SKU per partition.

PartitionVectorStorageInGigabytes

The maximum vector storage size in Gigabytes available for this SKU per partition.

Replicas

The maximum number of replicas available for this SKU.

SearchUnits

The maximum number of search units available for this SKU.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SearchServiceSkuOfferingLimits>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SearchServiceSkuOfferingLimits>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchServiceSkuOfferingLimits>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchServiceSkuOfferingLimits>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SearchServiceSkuOfferingLimits>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to