AlertProcessingRulesOperations interface

Interfejs reprezentujący operacje AlertProcessingRules.

Właściwości

createOrUpdate

Utwórz lub zaktualizuj regułę przetwarzania alertów.

delete
getByName

Pobierz regułę przetwarzania alertów według nazwy.

listByResourceGroup

Wyświetlanie listy wszystkich reguł przetwarzania alertów w grupie zasobów.

listBySubscription

Wyświetlanie listy wszystkich reguł przetwarzania alertów w subskrypcji.

update

Włączanie, wyłączanie lub aktualizowanie tagów dla reguły przetwarzania alertów.

Szczegóły właściwości

createOrUpdate

Utwórz lub zaktualizuj regułę przetwarzania alertów.

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

Wartość właściwości

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

delete

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

Wartość właściwości

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

getByName

Pobierz regułę przetwarzania alertów według nazwy.

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

Wartość właściwości

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

listByResourceGroup

Wyświetlanie listy wszystkich reguł przetwarzania alertów w grupie zasobów.

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

Wartość właściwości

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

listBySubscription

Wyświetlanie listy wszystkich reguł przetwarzania alertów w subskrypcji.

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

Wartość właściwości

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

update

Włączanie, wyłączanie lub aktualizowanie tagów dla reguły przetwarzania alertów.

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

Wartość właściwości

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