Share via


DefaultCognitiveServicesAccount Class

Definition

An empty object that represents the default Azure AI service resource for a skillset.

public class DefaultCognitiveServicesAccount : Azure.Search.Documents.Indexes.Models.CognitiveServicesAccount
public class DefaultCognitiveServicesAccount : Azure.Search.Documents.Indexes.Models.CognitiveServicesAccount, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.DefaultCognitiveServicesAccount>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.DefaultCognitiveServicesAccount>
type DefaultCognitiveServicesAccount = class
    inherit CognitiveServicesAccount
type DefaultCognitiveServicesAccount = class
    inherit CognitiveServicesAccount
    interface IJsonModel<DefaultCognitiveServicesAccount>
    interface IPersistableModel<DefaultCognitiveServicesAccount>
Public Class DefaultCognitiveServicesAccount
Inherits CognitiveServicesAccount
Public Class DefaultCognitiveServicesAccount
Inherits CognitiveServicesAccount
Implements IJsonModel(Of DefaultCognitiveServicesAccount), IPersistableModel(Of DefaultCognitiveServicesAccount)
Inheritance
DefaultCognitiveServicesAccount
Implements

Constructors

DefaultCognitiveServicesAccount()

Initializes a new instance of DefaultCognitiveServicesAccount.

Properties

Description

Description of the Azure AI service resource attached to a skillset.

(Inherited from CognitiveServicesAccount)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CognitiveServicesAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CognitiveServicesAccount)
IJsonModel<CognitiveServicesAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CognitiveServicesAccount)
IJsonModel<DefaultCognitiveServicesAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DefaultCognitiveServicesAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CognitiveServicesAccount)
IPersistableModel<CognitiveServicesAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CognitiveServicesAccount)
IPersistableModel<CognitiveServicesAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CognitiveServicesAccount)
IPersistableModel<DefaultCognitiveServicesAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DefaultCognitiveServicesAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DefaultCognitiveServicesAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to