AIServicesAccountIdentity interface
The multi-region account of an Azure AI service resource that's attached to a skillset.
- Extends
Properties
| 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. |
| odatatype | Polymorphic discriminator, which specifies the different types this object can be |
| subdomain |
The subdomain url for the corresponding AI Service. |
Inherited Properties
| description | Description of the Azure AI service resource attached to a skillset. |
Property Details
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.
identity?: SearchIndexerDataIdentity
Property Value
odatatype
Polymorphic discriminator, which specifies the different types this object can be
odatatype: "#Microsoft.Azure.Search.AIServicesByIdentity"
Property Value
"#Microsoft.Azure.Search.AIServicesByIdentity"
subdomainUrl
The subdomain url for the corresponding AI Service.
subdomainUrl: string
Property Value
string
Inherited Property Details
description
Description of the Azure AI service resource attached to a skillset.
description?: string
Property Value
string
Inherited From CognitiveServicesAccount.description