Bagikan melalui


IServicesOperations Interface

Definition

ServicesOperations operations.

public interface IServicesOperations
type IServicesOperations = interface
Public Interface IServicesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, SearchServiceInner, SearchManagementRequestOptionsInner, 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, SearchManagementRequestOptionsInner, 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, SearchServiceInner, SearchManagementRequestOptionsInner, 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, SearchManagementRequestOptionsInner, 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, SearchManagementRequestOptionsInner, Dictionary<String,List<String>>, CancellationToken)

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

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

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

Extension Methods

BeginCreateOrUpdateAsync(IServicesOperations, String, String, SearchServiceInner, SearchManagementRequestOptionsInner, 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

CheckNameAvailabilityAsync(IServicesOperations, String, SearchManagementRequestOptionsInner, 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

CreateOrUpdateAsync(IServicesOperations, String, String, SearchServiceInner, SearchManagementRequestOptionsInner, 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

DeleteAsync(IServicesOperations, String, String, SearchManagementRequestOptionsInner, CancellationToken)

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

GetAsync(IServicesOperations, String, String, SearchManagementRequestOptionsInner, CancellationToken)

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

ListByResourceGroupAsync(IServicesOperations, String, SearchManagementRequestOptionsInner, CancellationToken)

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

Applies to