Partager via


ServicesOperationsExtensions.Get Méthode

Définition

Obtient le service de recherche avec le nom donné dans le groupe de ressources donné. https://aka.ms/search-manage

public static Microsoft.Azure.Management.Search.Models.SearchService Get (this Microsoft.Azure.Management.Search.IServicesOperations operations, string resourceGroupName, string searchServiceName, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default);
static member Get : Microsoft.Azure.Management.Search.IServicesOperations * string * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions -> Microsoft.Azure.Management.Search.Models.SearchService
<Extension()>
Public Function Get (operations As IServicesOperations, resourceGroupName As String, searchServiceName As String, 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 associé au groupe de ressources spécifié.

searchManagementRequestOptions
SearchManagementRequestOptions

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

Retours

S’applique à