Share via


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

ISearchServices 接口

定义

Azure 中搜索服务管理 API 的入口点。

public interface ISearchServices : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Search.Fluent.IServicesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Search.Fluent.ISearchManager>
type ISearchServices = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<ISearchService>
    interface ISupportsListingByResourceGroup<ISearchService>
    interface ISupportsGettingByResourceGroup<ISearchService>
    interface ISupportsGettingById<ISearchService>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface ISupportsBatchCreation<ISearchService>
    interface IHasManager<ISearchManager>
    interface IHasInner<IServicesOperations>
Public Interface ISearchServices
Implements IBeta, IHasInner(Of IServicesOperations), IHasManager(Of ISearchManager), ISupportsBatchCreation(Of ISearchService), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of ISearchService), ISupportsGettingByResourceGroup(Of ISearchService), ISupportsListing(Of ISearchService), ISupportsListingByResourceGroup(Of ISearchService)
实现

属性

Inner

Azure 中搜索服务管理 API 的入口点。

(继承自 IHasInner<T>)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)

方法

CheckNameAvailability(String)

检查指定的搜索服务名称是否有效且可用。

CheckNameAvailabilityAsync(String, CancellationToken)

检查搜索服务名称是否有效且未异步使用。

Create(ICreatable<IFluentResourceT>[])

创建一组 (批量) 资源。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

创建一组 (批量) 资源。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

创建一组 (批量) 资源。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
CreateQueryKey(String, String, String)

重新生成主要或辅助管理 API 密钥。 每次你只能重新生成一个密钥。

CreateQueryKeyAsync(String, String, String, CancellationToken)

重新生成主要或辅助管理 API 密钥。 每次你只能重新生成一个密钥。

Define(String)

Azure 中搜索服务管理 API 的入口点。

(继承自 ISupportsCreating<T>)
DeleteById(String)

从 Azure 中删除资源,并按其资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

从 Azure 中删除资源,并按其资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByResourceGroup(String, String)

从 Azure 中删除资源,并按其名称和资源组对其进行标识。

(继承自 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

从 Azure 中删除资源,并按其名称和资源组对其进行标识。

(继承自 ISupportsDeletingByResourceGroup)
DeleteQueryKey(String, String, String)

删除指定的查询键。 与管理密钥不同,查询密钥不会重新生成。 重新生成查询密钥的过程是删除然后重新创建它。

DeleteQueryKeyAsync(String, String, String, CancellationToken)

删除指定的查询键。 与管理密钥不同,查询密钥不会重新生成。 重新生成查询密钥的过程是删除然后重新创建它。

GetAdminKeys(String, String)

获取指定 Azure 搜索服务的主管理员 API 密钥和辅助管理 API 密钥。

GetAdminKeysAsync(String, String, CancellationToken)

获取指定 Azure 搜索服务的主管理员 API 密钥和辅助管理 API 密钥。

GetById(String)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByResourceGroup(String, String)

根据资源名称和资源组的名称从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

根据资源名称和资源组的名称从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByResourceGroup<T>)
List()

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListByResourceGroup(String)

列出指定资源组中指定类型的资源。

(继承自 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

列出指定资源组中指定类型的资源。

(继承自 ISupportsListingByResourceGroup<T>)
ListQueryKeys(String, String)

返回给定的 Azure 搜索服务的查询 API 密钥的列表。

ListQueryKeysAsync(String, String, CancellationToken)

返回给定的 Azure 搜索服务的查询 API 密钥的列表。

RegenerateAdminKeys(String, String, AdminKeyKind)

重新生成主要或辅助管理 API 密钥。 每次你只能重新生成一个密钥。

RegenerateAdminKeysAsync(String, String, AdminKeyKind, CancellationToken)

重新生成主要或辅助管理 API 密钥。 每次你只能重新生成一个密钥。

适用于