Share via


CognitiveServicesSkuAvailabilityContent Class

Definition

Check SKU availability parameter.

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

Constructors

CognitiveServicesSkuAvailabilityContent(IEnumerable<String>, String, ResourceType)

Initializes a new instance of CognitiveServicesSkuAvailabilityContent.

Properties

Kind

The kind (type) of cognitive service account.

ResourceType

The Type of the resource.

Skus

The SKU of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CognitiveServicesSkuAvailabilityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CognitiveServicesSkuAvailabilityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesSkuAvailabilityContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesSkuAvailabilityContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CognitiveServicesSkuAvailabilityContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to