CognitiveServicesSkuAvailabilityList Class

Definition

SKU availability.

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

Properties

IsSkuAvailable

Indicates the given SKU is available or not.

Kind

The Kind of the resource.

Message

Additional error message.

Reason

Reason why the SKU is not available.

SkuAvailabilityType

The Type of the resource.

SkuName

The SKU of Cognitive Services account.

Explicit Interface Implementations

IJsonModel<CognitiveServicesSkuAvailabilityList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CognitiveServicesSkuAvailabilityList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesSkuAvailabilityList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesSkuAvailabilityList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CognitiveServicesSkuAvailabilityList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to