AlertProcessingRulesOperations interface
AlertProcessingRules操作を表すインターフェースです。
プロパティ
| create |
アラート処理ルールを作成または更新します。 |
| delete | |
| get |
アラート処理ルールを名前で取得します。 |
| list |
リソース グループ内のすべてのアラート処理ルールを一覧表示します。 |
| list |
サブスクリプション内のすべてのアラート処理ルールを一覧表示します。 |
| update | アラート処理ルールのタグを有効、無効、または更新します。 |
プロパティの詳細
createOrUpdate
アラート処理ルールを作成または更新します。
createOrUpdate: (resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRule: AlertProcessingRule, options?: AlertProcessingRulesCreateOrUpdateOptionalParams) => Promise<AlertProcessingRule>
プロパティ値
(resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRule: AlertProcessingRule, options?: AlertProcessingRulesCreateOrUpdateOptionalParams) => Promise<AlertProcessingRule>
delete
delete: (resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesDeleteOptionalParams) => Promise<void>
プロパティ値
(resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesDeleteOptionalParams) => Promise<void>
getByName
アラート処理ルールを名前で取得します。
getByName: (resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesGetByNameOptionalParams) => Promise<AlertProcessingRule>
プロパティ値
(resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesGetByNameOptionalParams) => Promise<AlertProcessingRule>
listByResourceGroup
リソース グループ内のすべてのアラート処理ルールを一覧表示します。
listByResourceGroup: (resourceGroupName: string, options?: AlertProcessingRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
プロパティ値
(resourceGroupName: string, options?: AlertProcessingRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
listBySubscription
サブスクリプション内のすべてのアラート処理ルールを一覧表示します。
listBySubscription: (options?: AlertProcessingRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
プロパティ値
(options?: AlertProcessingRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
update
アラート処理ルールのタグを有効、無効、または更新します。
update: (resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRulePatch: PatchObject, options?: AlertProcessingRulesUpdateOptionalParams) => Promise<AlertProcessingRule>
プロパティ値
(resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRulePatch: PatchObject, options?: AlertProcessingRulesUpdateOptionalParams) => Promise<AlertProcessingRule>