Share via


SearchExtensions.GetSearchService Method

Definition

Gets the search service with the given name in the given resource group. <item> Mocking. To mock this method, please mock GetSearchService(String, SearchManagementRequestOptions, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.Search.SearchServiceResource> GetSearchService(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string searchServiceName, Azure.ResourceManager.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member GetSearchService : Azure.ResourceManager.Resources.ResourceGroupResource * string * Azure.ResourceManager.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Search.SearchServiceResource>
<Extension()>
Public Function GetSearchService (resourceGroupResource As ResourceGroupResource, searchServiceName As String, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SearchServiceResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

searchServiceName
String

The name of the Azure AI Search service associated with the specified resource group.

searchManagementRequestOptions
SearchManagementRequestOptions
cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

searchServiceName is an empty string, and was expected to be non-empty.

resourceGroupResource is null.

Applies to