共用方式為


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 刪除資源,並依其資源識別碼加以識別。

(繼承來源 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

從 Azure 刪除資源,並依其資源識別碼加以識別。

(繼承來源 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 金鑰。

GetAdminKeysAsync(String, String, CancellationToken)

取得指定之 Azure 搜尋服務的主要和次要系統管理員 API 金鑰。

GetById(String)

根據資源識別碼,從 Azure 取得資源的相關資訊。

(繼承來源 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根據資源識別碼,從 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 金鑰。 您一次只能重新產生一個金鑰。

適用於