CognitiveServicesAccountKey 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.
The multi-region account key of an Azure AI service resource that's attached to a skillset.
public class CognitiveServicesAccountKey : Azure.Search.Documents.Indexes.Models.CognitiveServicesAccount
public class CognitiveServicesAccountKey : Azure.Search.Documents.Indexes.Models.CognitiveServicesAccount, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.CognitiveServicesAccountKey>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.CognitiveServicesAccountKey>
type CognitiveServicesAccountKey = class
inherit CognitiveServicesAccount
type CognitiveServicesAccountKey = class
inherit CognitiveServicesAccount
interface IJsonModel<CognitiveServicesAccountKey>
interface IPersistableModel<CognitiveServicesAccountKey>
Public Class CognitiveServicesAccountKey
Inherits CognitiveServicesAccount
Public Class CognitiveServicesAccountKey
Inherits CognitiveServicesAccount
Implements IJsonModel(Of CognitiveServicesAccountKey), IPersistableModel(Of CognitiveServicesAccountKey)
- Inheritance
- Implements
Constructors
CognitiveServicesAccountKey(String) |
Initializes a new instance of CognitiveServicesAccountKey. |
Properties
Description |
Description of the Azure AI service resource attached to a skillset. (Inherited from CognitiveServicesAccount) |
Key |
The key used to provision the Azure AI service resource attached to a skillset. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |