DefaultCognitiveServicesAccount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |