IScheduledQueryRulesOperations Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Operações ScheduledQueryRulesOperations.
public interface IScheduledQueryRulesOperations
type IScheduledQueryRulesOperations = interface
Public Interface IScheduledQueryRulesOperations
Métodos
CreateOrUpdateWithHttpMessagesAsync(String, String, LogSearchRuleResource, Dictionary<String,List<String>>, CancellationToken) |
Cria ou atualiza uma regra de pesquisa de logs. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Exclui uma regra de Pesquisa de Logs |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtém uma regra de Pesquisa de Logs |
ListByResourceGroupWithHttpMessagesAsync(String, ODataQuery<LogSearchRuleResource>, Dictionary<String,List<String>>, CancellationToken) |
Liste as regras de Pesquisa de Logs em um grupo de recursos. |
ListBySubscriptionWithHttpMessagesAsync(ODataQuery<LogSearchRuleResource>, Dictionary<String,List<String>>, CancellationToken) |
Liste as regras de Pesquisa de Logs em um grupo de assinaturas. |
UpdateWithHttpMessagesAsync(String, String, LogSearchRuleResourcePatch, Dictionary<String,List<String>>, CancellationToken) |
Atualizar regra de pesquisa de logs. |
Métodos de Extensão
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET