CognitiveServicesSku Class

Definition

The resource model definition representing SKU.

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

Constructors

CognitiveServicesSku(String)

Initializes a new instance of CognitiveServicesSku.

Properties

Capacity

If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.

Family

If the service has different generations of hardware, for the same SKU, then that can be captured here.

Name

The name of the SKU. Ex - P3. It is typically a letter+number code.

Size

The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.

Tier

This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

Explicit Interface Implementations

IJsonModel<CognitiveServicesSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CognitiveServicesSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CognitiveServicesSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to