Partilhar via


OperationalInsightsSavedSearchCollection.GetAll(CancellationToken) Método

Definição

Obtém as pesquisas salvas para um determinado workspace do Log Analytics

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches
  • Operação IdSavedSearches_ListByWorkspace
public virtual Azure.Pageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OperationalInsightsSavedSearchResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de OperationalInsightsSavedSearchResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a