ServicesOperationsExtensions Class

Definition

Extension methods for ServicesOperations.

public static class ServicesOperationsExtensions
type ServicesOperationsExtensions = class
Public Module ServicesOperationsExtensions
Inheritance
ServicesOperationsExtensions

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