다음을 통해 공유


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, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.AIServicesAccountIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.AIServicesAccountIdentity>
type AIServicesAccountIdentity = class
    inherit CognitiveServicesAccount
    interface IJsonModel<AIServicesAccountIdentity>
    interface IPersistableModel<AIServicesAccountIdentity>
Public Class AIServicesAccountIdentity
Inherits CognitiveServicesAccount
Implements IJsonModel(Of AIServicesAccountIdentity), IPersistableModel(Of AIServicesAccountIdentity)
Inheritance
AIServicesAccountIdentity
Implements

Constructors

AIServicesAccountIdentity(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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AIServicesAccountIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AIServicesAccountIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<CognitiveServicesAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from CognitiveServicesAccount)
IJsonModel<CognitiveServicesAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CognitiveServicesAccount)
IPersistableModel<AIServicesAccountIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AIServicesAccountIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AIServicesAccountIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<CognitiveServicesAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CognitiveServicesAccount)
IPersistableModel<CognitiveServicesAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from CognitiveServicesAccount)
IPersistableModel<CognitiveServicesAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CognitiveServicesAccount)

Applies to