Bagikan melalui


ISearchServices Interface

Definition

Entry point to Search service management API in Azure.

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)
Implements

Properties

Inner (Inherited from IHasInner<T>)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)

Methods

CheckNameAvailability(String)

Checks if the specified Search service name is valid and available.

CheckNameAvailabilityAsync(String, CancellationToken)

Checks if Search service name is valid and is not in use asynchronously.

Create(ICreatable<IFluentResourceT>[])

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
CreateQueryKey(String, String, String)

Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.

CreateQueryKeyAsync(String, String, String, CancellationToken)

Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.

Define(String) (Inherited from ISupportsCreating<T>)
DeleteById(String)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Deletes a resource from Azure, identifying it by its name and its resource group.

(Inherited from ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Deletes a resource from Azure, identifying it by its name and its resource group.

(Inherited from ISupportsDeletingByResourceGroup)
DeleteQueryKey(String, String, String)

Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it.

DeleteQueryKeyAsync(String, String, String, CancellationToken)

Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it.

GetAdminKeys(String, String)

Gets the primary and secondary admin API keys for the specified Azure Search service.

GetAdminKeysAsync(String, String, CancellationToken)

Gets the primary and secondary admin API keys for the specified Azure Search service.

GetById(String)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Gets the information about a resource from Azure based on the resource name and the name of its resource group.

(Inherited from ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Gets the information about a resource from Azure based on the resource name and the name of its resource group.

(Inherited from ISupportsGettingByResourceGroup<T>)
List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListByResourceGroup(String)

Lists resources of the specified type in the specified resource group.

(Inherited from ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Lists resources of the specified type in the specified resource group.

(Inherited from ISupportsListingByResourceGroup<T>)
ListQueryKeys(String, String)

Returns the list of query API keys for the given Azure Search service.

ListQueryKeysAsync(String, String, CancellationToken)

Returns the list of query API keys for the given Azure Search service.

RegenerateAdminKeys(String, String, AdminKeyKind)

Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.

RegenerateAdminKeysAsync(String, String, AdminKeyKind, CancellationToken)

Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.

Applies to