CognitiveServicesAccountSku Class

Definition

Cognitive Services resource type and SKU.

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

Properties

ResourceType

Resource Namespace and Type.

Sku

The SKU of Cognitive Services account.

Explicit Interface Implementations

IJsonModel<CognitiveServicesAccountSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CognitiveServicesAccountSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesAccountSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesAccountSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CognitiveServicesAccountSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to