Partager via


SavedSearchesOperationsExtensions.Get Méthode

Définition

Obtient la recherche enregistrée spécifiée pour un espace de travail donné.

public static Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch Get (this Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations operations, string resourceGroupName, string workspaceName, string savedSearchId);
static member Get : Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations * string * string * string -> Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch
<Extension()>
Public Function Get (operations As ISavedSearchesOperations, resourceGroupName As String, workspaceName As String, savedSearchId As String) As SavedSearch

Paramètres

operations
ISavedSearchesOperations

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

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail.

savedSearchId
String

ID de la recherche enregistrée.

Retours

S’applique à