ScheduledQueryRulesOperations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ScheduledQueryRules service client.
In this article
public class ScheduledQueryRulesOperations
type ScheduledQueryRulesOperations = class
Public Class ScheduledQueryRulesOperations
Inheritance
System.Object
ScheduledQueryRulesOperations
Constructors
Methods
CreateOrUpdate(String, String, LogSearchRuleResource, CancellationToken)
Creates or updates an log search rule.
CreateOrUpdateAsync(String, String, LogSearchRuleResource, CancellationToken)
Creates or updates an log search rule.
Delete(String, String, CancellationToken)
Deletes a Log Search rule.
DeleteAsync(String, String, CancellationToken)
Deletes a Log Search rule.
Get(String, String, CancellationToken)
Gets an Log Search rule.
GetAsync(String, String, CancellationToken)
Gets an Log Search rule.
ListByResourceGroup(String, String, CancellationToken)
List the Log Search rules within a resource group.
ListByResourceGroupAsync(String, String, CancellationToken)
List the Log Search rules within a resource group.
ListBySubscription(String, CancellationToken)
List the Log Search rules within a subscription group.
ListBySubscriptionAsync(String, CancellationToken)
List the Log Search rules within a subscription group.
Update(String, String, LogSearchRuleResourcePatch, CancellationToken)
Update log search Rule.
UpdateAsync(String, String, LogSearchRuleResourcePatch, CancellationToken)
Update log search Rule.
Applies to