CognitiveServicesSkuCapability Class

Definition

SkuCapability indicates the capability of a certain feature.

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

Properties

Name

The name of the SkuCapability.

Value

The value of the SkuCapability.

Explicit Interface Implementations

IJsonModel<CognitiveServicesSkuCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CognitiveServicesSkuCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesSkuCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesSkuCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CognitiveServicesSkuCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to