ISearchServices 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 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)
- 實作
-
ISupportsBatchCreation<ISearchService> ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<ISearchService> ISupportsGettingByResourceGroup<ISearchService> ISupportsListing<ISearchService> ISupportsListingByResourceGroup<ISearchService> IBeta IHasInner<IServicesOperations> IHasManager<ISearchManager>
屬性
Inner |
在 Azure 中搜尋服務管理 API 的進入點。 (繼承來源 IHasInner<T>) |
Manager |
取得這個資源類型的管理員用戶端類型。 (繼承來源 IHasManager<ManagerT>) |