Partager via


SavedSearchesOperationsExtensions.ListByWorkspaceAsync Méthode

Définition

Obtient les recherches enregistrées pour un espace de travail Log Analytics donné

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchesListResult> ListByWorkspaceAsync (this Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceAsync : Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchesListResult>
<Extension()>
Public Function ListByWorkspaceAsync (operations As ISavedSearchesOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SavedSearchesListResult)

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à