AlertProcessingRulesOperations interface
Antarmuka yang mewakili operasi AlertProcessingRules.
Properti
| create |
Membuat atau memperbarui aturan pemrosesan pemberitahuan. |
| delete | |
| get |
Dapatkan aturan pemrosesan pemberitahuan berdasarkan nama. |
| list |
Cantumkan semua aturan pemrosesan pemberitahuan dalam grup sumber daya. |
| list |
Cantumkan semua aturan pemrosesan pemberitahuan dalam langganan. |
| update | Mengaktifkan, menonaktifkan, atau memperbarui tag untuk aturan pemrosesan pemberitahuan. |
Detail Properti
createOrUpdate
Membuat atau memperbarui aturan pemrosesan pemberitahuan.
createOrUpdate: (resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRule: AlertProcessingRule, options?: AlertProcessingRulesCreateOrUpdateOptionalParams) => Promise<AlertProcessingRule>
Nilai Properti
(resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRule: AlertProcessingRule, options?: AlertProcessingRulesCreateOrUpdateOptionalParams) => Promise<AlertProcessingRule>
delete
delete: (resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesDeleteOptionalParams) => Promise<void>
Nilai Properti
(resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesDeleteOptionalParams) => Promise<void>
getByName
Dapatkan aturan pemrosesan pemberitahuan berdasarkan nama.
getByName: (resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesGetByNameOptionalParams) => Promise<AlertProcessingRule>
Nilai Properti
(resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesGetByNameOptionalParams) => Promise<AlertProcessingRule>
listByResourceGroup
Cantumkan semua aturan pemrosesan pemberitahuan dalam grup sumber daya.
listByResourceGroup: (resourceGroupName: string, options?: AlertProcessingRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
Nilai Properti
(resourceGroupName: string, options?: AlertProcessingRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
listBySubscription
Cantumkan semua aturan pemrosesan pemberitahuan dalam langganan.
listBySubscription: (options?: AlertProcessingRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
Nilai Properti
(options?: AlertProcessingRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
update
Mengaktifkan, menonaktifkan, atau memperbarui tag untuk aturan pemrosesan pemberitahuan.
update: (resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRulePatch: PatchObject, options?: AlertProcessingRulesUpdateOptionalParams) => Promise<AlertProcessingRule>
Nilai Properti
(resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRulePatch: PatchObject, options?: AlertProcessingRulesUpdateOptionalParams) => Promise<AlertProcessingRule>