Partager via


ServicesOperationsExtensions.Update Méthode

Définition

Mises à jour un service de recherche existant dans le groupe de ressources donné. https://aka.ms/search-manage

public static Microsoft.Azure.Management.Search.Models.SearchService Update (this Microsoft.Azure.Management.Search.IServicesOperations operations, string resourceGroupName, string searchServiceName, Microsoft.Azure.Management.Search.Models.SearchServiceUpdate service, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default);
static member Update : Microsoft.Azure.Management.Search.IServicesOperations * string * string * Microsoft.Azure.Management.Search.Models.SearchServiceUpdate * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions -> Microsoft.Azure.Management.Search.Models.SearchService
<Extension()>
Public Function Update (operations As IServicesOperations, resourceGroupName As String, searchServiceName As String, service As SearchServiceUpdate, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing) As SearchService

Paramètres

operations
IServicesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources au sein de l’abonnement actuel. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

searchServiceName
String

Nom du service Recherche cognitive Azure à mettre à jour.

service
SearchServiceUpdate

Définition du service de recherche à mettre à jour.

searchManagementRequestOptions
SearchManagementRequestOptions

Paramètres supplémentaires pour l’opération

Retours

S’applique à