ISearchServices インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure のSearch Service管理 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 のSearch Service管理 API へのエントリ ポイント。 (継承元 IHasInner<T>) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET