Bagikan melalui


IServicesOperations Interface

Definition

ServicesOperations operations.

public interface IServicesOperations
type IServicesOperations = interface
Public Interface IServicesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, SearchService, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values. https://aka.ms/search-manage

CheckNameAvailabilityWithHttpMessagesAsync(String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net). https://aka.ms/search-manage

CreateOrUpdateWithHttpMessagesAsync(String, String, SearchService, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values. https://aka.ms/search-manage

DeleteWithHttpMessagesAsync(String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Deletes a search service in the given resource group, along with its associated resources. https://aka.ms/search-manage

GetWithHttpMessagesAsync(String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Gets the search service with the given name in the given resource group. https://aka.ms/search-manage

ListByResourceGroupNextWithHttpMessagesAsync(String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Gets a list of all search services in the given resource group. https://aka.ms/search-manage

ListByResourceGroupWithHttpMessagesAsync(String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Gets a list of all search services in the given resource group. https://aka.ms/search-manage

ListBySubscriptionNextWithHttpMessagesAsync(String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Gets a list of all search services in the given subscription. https://aka.ms/search-manage

ListBySubscriptionWithHttpMessagesAsync(SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Gets a list of all search services in the given subscription. https://aka.ms/search-manage

UpdateWithHttpMessagesAsync(String, String, SearchServiceUpdate, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Updates an existing search service in the given resource group. https://aka.ms/search-manage

Extension Methods

BeginCreateOrUpdate(IServicesOperations, String, String, SearchService, SearchManagementRequestOptions)

Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values. https://aka.ms/search-manage

BeginCreateOrUpdateAsync(IServicesOperations, String, String, SearchService, SearchManagementRequestOptions, CancellationToken)

Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values. https://aka.ms/search-manage

CheckNameAvailability(IServicesOperations, String, SearchManagementRequestOptions)

Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net). https://aka.ms/search-manage

CheckNameAvailabilityAsync(IServicesOperations, String, SearchManagementRequestOptions, CancellationToken)

Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net). https://aka.ms/search-manage

CreateOrUpdate(IServicesOperations, String, String, SearchService, SearchManagementRequestOptions)

Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values. https://aka.ms/search-manage

CreateOrUpdateAsync(IServicesOperations, String, String, SearchService, SearchManagementRequestOptions, CancellationToken)

Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values. https://aka.ms/search-manage

Delete(IServicesOperations, String, String, SearchManagementRequestOptions)

Deletes a search service in the given resource group, along with its associated resources. https://aka.ms/search-manage

DeleteAsync(IServicesOperations, String, String, SearchManagementRequestOptions, CancellationToken)

Deletes a search service in the given resource group, along with its associated resources. https://aka.ms/search-manage

Get(IServicesOperations, String, String, SearchManagementRequestOptions)

Gets the search service with the given name in the given resource group. https://aka.ms/search-manage

GetAsync(IServicesOperations, String, String, SearchManagementRequestOptions, CancellationToken)

Gets the search service with the given name in the given resource group. https://aka.ms/search-manage

ListByResourceGroup(IServicesOperations, String, SearchManagementRequestOptions)

Gets a list of all search services in the given resource group. https://aka.ms/search-manage

ListByResourceGroupAsync(IServicesOperations, String, SearchManagementRequestOptions, CancellationToken)

Gets a list of all search services in the given resource group. https://aka.ms/search-manage

ListByResourceGroupNext(IServicesOperations, String, SearchManagementRequestOptions)

Gets a list of all search services in the given resource group. https://aka.ms/search-manage

ListByResourceGroupNextAsync(IServicesOperations, String, SearchManagementRequestOptions, CancellationToken)

Gets a list of all search services in the given resource group. https://aka.ms/search-manage

ListBySubscription(IServicesOperations, SearchManagementRequestOptions)

Gets a list of all search services in the given subscription. https://aka.ms/search-manage

ListBySubscriptionAsync(IServicesOperations, SearchManagementRequestOptions, CancellationToken)

Gets a list of all search services in the given subscription. https://aka.ms/search-manage

ListBySubscriptionNext(IServicesOperations, String, SearchManagementRequestOptions)

Gets a list of all search services in the given subscription. https://aka.ms/search-manage

ListBySubscriptionNextAsync(IServicesOperations, String, SearchManagementRequestOptions, CancellationToken)

Gets a list of all search services in the given subscription. https://aka.ms/search-manage

Update(IServicesOperations, String, String, SearchServiceUpdate, SearchManagementRequestOptions)

Updates an existing search service in the given resource group. https://aka.ms/search-manage

UpdateAsync(IServicesOperations, String, String, SearchServiceUpdate, SearchManagementRequestOptions, CancellationToken)

Updates an existing search service in the given resource group. https://aka.ms/search-manage

Applies to