Share via


AIServicesAccountKey Class

Definition

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
AIServicesAccountKey

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