Compartilhar via


SavedSearchesOperationsExtensions.Get Método

Definição

Obtém a pesquisa salva especificada para um determinado workspace.

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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

workspaceName
String

O nome do workspace.

savedSearchId
String

A ID da pesquisa salva.

Retornos

Aplica-se a