你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchIndex Class

Definition

Index resource Definition Please note this is the abstract base class. The derived classes available for instantiation are: AzureAISearchIndex, ManagedAzureAISearchIndex, and CosmosDBIndex.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownSearchIndex))]
public abstract class SearchIndex : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.SearchIndex>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.SearchIndex>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownSearchIndex))>]
type SearchIndex = class
    interface IJsonModel<SearchIndex>
    interface IPersistableModel<SearchIndex>
Public MustInherit Class SearchIndex
Implements IJsonModel(Of SearchIndex), IPersistableModel(Of SearchIndex)
Inheritance
SearchIndex
Derived
Attributes
Implements

Properties

Description

The asset description text.

Id

Asset ID, a unique identifier for the asset.

Name

The name of the resource.

Tags

Tag dictionary. Tags can be added, removed, and updated.

Version

The version of the resource.

Methods

JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Explicit(ClientResult to SearchIndex)

Explicit Interface Implementations

IJsonModel<SearchIndex>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SearchIndex>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SearchIndex>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SearchIndex>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SearchIndex>.Write(ModelReaderWriterOptions)

Applies to