ServicesOperationsExtensions Class

Definition

Extension methods for ServicesOperations.

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

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