AIServicesAccountKey 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 account key of an Azure AI service resource that's attached to a skillset, to be used with the resource's subdomain.
public class AIServicesAccountKey : Azure.Search.Documents.Indexes.Models.CognitiveServicesAccount
type AIServicesAccountKey = class
inherit CognitiveServicesAccount
Public Class AIServicesAccountKey
Inherits CognitiveServicesAccount
- Inheritance
Constructors
AIServicesAccountKey(String, String) |
Initializes a new instance of AIServicesAccountKey. |
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. |
SubdomainUrl |
The subdomain url for the corresponding AI Service. |
Applies to
Azure SDK for .NET