AlertProcessingRulesOperations interface

AlertProcessingRules işlemlerini temsil eden arayüz.

Özellikler

createOrUpdate

Uyarı işleme kuralı oluşturun veya güncelleştirin.

delete
getByName

Ada göre bir uyarı işleme kuralı alın.

listByResourceGroup

Bir kaynak grubundaki tüm uyarı işleme kurallarını listeleyin.

listBySubscription

Bir abonelikteki tüm uyarı işleme kurallarını listeleyin.

update

Uyarı işleme kuralı için etiketleri etkinleştirin, devre dışı bırakın veya güncelleştirin.

Özellik Ayrıntıları

createOrUpdate

Uyarı işleme kuralı oluşturun veya güncelleştirin.

createOrUpdate: (resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRule: AlertProcessingRule, options?: AlertProcessingRulesCreateOrUpdateOptionalParams) => Promise<AlertProcessingRule>

Özellik Değeri

(resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRule: AlertProcessingRule, options?: AlertProcessingRulesCreateOrUpdateOptionalParams) => Promise<AlertProcessingRule>

delete

delete: (resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesDeleteOptionalParams) => Promise<void>

getByName

Ada göre bir uyarı işleme kuralı alın.

getByName: (resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesGetByNameOptionalParams) => Promise<AlertProcessingRule>

Özellik Değeri

(resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesGetByNameOptionalParams) => Promise<AlertProcessingRule>

listByResourceGroup

Bir kaynak grubundaki tüm uyarı işleme kurallarını listeleyin.

listByResourceGroup: (resourceGroupName: string, options?: AlertProcessingRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>

Özellik Değeri

(resourceGroupName: string, options?: AlertProcessingRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>

listBySubscription

Bir abonelikteki tüm uyarı işleme kurallarını listeleyin.

listBySubscription: (options?: AlertProcessingRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>

Özellik Değeri

(options?: AlertProcessingRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>

update

Uyarı işleme kuralı için etiketleri etkinleştirin, devre dışı bırakın veya güncelleştirin.

update: (resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRulePatch: PatchObject, options?: AlertProcessingRulesUpdateOptionalParams) => Promise<AlertProcessingRule>

Özellik Değeri

(resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRulePatch: PatchObject, options?: AlertProcessingRulesUpdateOptionalParams) => Promise<AlertProcessingRule>