Freigeben über


IScheduledQueryRulesOperations Schnittstelle

Definition

ScheduledQueryRulesOperations-Vorgänge.

public interface IScheduledQueryRulesOperations
type IScheduledQueryRulesOperations = interface
Public Interface IScheduledQueryRulesOperations

Methoden

CreateOrUpdateWithHttpMessagesAsync(String, String, LogSearchRuleResource, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert eine Protokollsuchregel.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Löscht eine Protokollsuchregel.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft eine Protokollsuchregel ab.

ListByResourceGroupWithHttpMessagesAsync(String, ODataQuery<LogSearchRuleResource>, Dictionary<String,List<String>>, CancellationToken)

Listen Sie die Regeln für die Protokollsuche innerhalb einer Ressourcengruppe auf.

ListBySubscriptionWithHttpMessagesAsync(ODataQuery<LogSearchRuleResource>, Dictionary<String,List<String>>, CancellationToken)

Listen Sie die Protokollsucheregeln innerhalb einer Abonnementgruppe auf.

UpdateWithHttpMessagesAsync(String, String, LogSearchRuleResourcePatch, Dictionary<String,List<String>>, CancellationToken)

Protokollsuchregel aktualisieren.

Erweiterungsmethoden

CreateOrUpdate(IScheduledQueryRulesOperations, String, String, LogSearchRuleResource)

Erstellt oder aktualisiert eine Protokollsuchregel.

CreateOrUpdateAsync(IScheduledQueryRulesOperations, String, String, LogSearchRuleResource, CancellationToken)

Erstellt oder aktualisiert eine Protokollsuchregel.

Delete(IScheduledQueryRulesOperations, String, String)

Löscht eine Protokollsuchregel.

DeleteAsync(IScheduledQueryRulesOperations, String, String, CancellationToken)

Löscht eine Protokollsuchregel.

Get(IScheduledQueryRulesOperations, String, String)

Ruft eine Protokollsuchregel ab.

GetAsync(IScheduledQueryRulesOperations, String, String, CancellationToken)

Ruft eine Protokollsuchregel ab.

ListByResourceGroup(IScheduledQueryRulesOperations, String, ODataQuery<LogSearchRuleResource>)

Listen Sie die Regeln für die Protokollsuche innerhalb einer Ressourcengruppe auf.

ListByResourceGroupAsync(IScheduledQueryRulesOperations, String, ODataQuery<LogSearchRuleResource>, CancellationToken)

Listen Sie die Regeln für die Protokollsuche innerhalb einer Ressourcengruppe auf.

ListBySubscription(IScheduledQueryRulesOperations, ODataQuery<LogSearchRuleResource>)

Listen Sie die Protokollsucheregeln innerhalb einer Abonnementgruppe auf.

ListBySubscriptionAsync(IScheduledQueryRulesOperations, ODataQuery<LogSearchRuleResource>, CancellationToken)

Listen Sie die Protokollsucheregeln innerhalb einer Abonnementgruppe auf.

Update(IScheduledQueryRulesOperations, String, String, LogSearchRuleResourcePatch)

Protokollsuchregel aktualisieren.

UpdateAsync(IScheduledQueryRulesOperations, String, String, LogSearchRuleResourcePatch, CancellationToken)

Protokollsuchregel aktualisieren.

Gilt für: