次の方法で共有


IScheduledQueryRulesOperations インターフェイス

定義

ScheduledQueryRulesOperations 操作。

public interface IScheduledQueryRulesOperations
type IScheduledQueryRulesOperations = interface
Public Interface IScheduledQueryRulesOperations

メソッド

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

ログ検索ルールを作成または更新します。

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

ログ検索ルールを削除します

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

ログ検索ルールを取得します

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

リソース グループ内のログ検索ルールを一覧表示します。

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

サブスクリプション グループ内のログ検索ルールを一覧表示します。

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

ログ検索ルールを更新します。

拡張メソッド

CreateOrUpdate(IScheduledQueryRulesOperations, String, String, LogSearchRuleResource)

ログ検索ルールを作成または更新します。

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

ログ検索ルールを作成または更新します。

Delete(IScheduledQueryRulesOperations, String, String)

ログ検索ルールを削除します

DeleteAsync(IScheduledQueryRulesOperations, String, String, CancellationToken)

ログ検索ルールを削除します

Get(IScheduledQueryRulesOperations, String, String)

ログ検索ルールを取得します

GetAsync(IScheduledQueryRulesOperations, String, String, CancellationToken)

ログ検索ルールを取得します

ListByResourceGroup(IScheduledQueryRulesOperations, String, ODataQuery<LogSearchRuleResource>)

リソース グループ内のログ検索ルールを一覧表示します。

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

リソース グループ内のログ検索ルールを一覧表示します。

ListBySubscription(IScheduledQueryRulesOperations, ODataQuery<LogSearchRuleResource>)

サブスクリプション グループ内のログ検索ルールを一覧表示します。

ListBySubscriptionAsync(IScheduledQueryRulesOperations, ODataQuery<LogSearchRuleResource>, CancellationToken)

サブスクリプション グループ内のログ検索ルールを一覧表示します。

Update(IScheduledQueryRulesOperations, String, String, LogSearchRuleResourcePatch)

ログ検索ルールを更新します。

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

ログ検索ルールを更新します。

適用対象