次の方法で共有


ScheduledQueryRulesOperationsExtensions クラス

定義

ScheduledQueryRulesOperations の拡張メソッド。

public static class ScheduledQueryRulesOperationsExtensions
type ScheduledQueryRulesOperationsExtensions = class
Public Module ScheduledQueryRulesOperationsExtensions
継承
ScheduledQueryRulesOperationsExtensions

メソッド

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)

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

適用対象