Delen via


AIServicesAccountIdentity Class

Definition

The multi-region account of an Azure AI service resource that's attached to a skillset.

public class AIServicesAccountIdentity : Azure.Search.Documents.Indexes.Models.CognitiveServicesAccount
type AIServicesAccountIdentity = class
    inherit CognitiveServicesAccount
Public Class AIServicesAccountIdentity
Inherits CognitiveServicesAccount
Inheritance
AIServicesAccountIdentity

Constructors

AIServicesAccountIdentity(SearchIndexerDataIdentity, String)

Initializes a new instance of AIServicesAccountIdentity.

Properties

Description

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

(Inherited from CognitiveServicesAccount)
Identity

The user-assigned managed identity used for connections to AI Service. If not specified, the system-assigned managed identity is used. On updates to the skillset, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared. Please note SearchIndexerDataIdentity is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SearchIndexerDataNoneIdentity and SearchIndexerDataUserAssignedIdentity.

SubdomainUrl

The subdomain url for the corresponding AI Service.

Applies to