Compartir a través de


SavedSearchesOperationsExtensions.Get Método

Definición

Obtiene la búsqueda guardada especificada para un área de trabajo determinada.

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

Parámetros

operations
ISavedSearchesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName
String

El nombre del área de trabajo.

savedSearchId
String

Identificador de la búsqueda guardada.

Devoluciones

Se aplica a