AlertRulesOperations interface

AlertRules işlemlerini temsil eden arayüz.

Özellikler

createOrUpdate

Uyarı kuralını oluşturur veya güncelleştirir.

delete

Uyarı kuralını silin.

get

Uyarı kuralını alır.

list

Tüm uyarı kurallarını alır.

Özellik Ayrıntıları

createOrUpdate

Uyarı kuralını oluşturur veya güncelleştirir.

createOrUpdate: (resourceGroupName: string, workspaceName: string, ruleId: string, alertRule: AlertRuleUnion, options?: AlertRulesCreateOrUpdateOptionalParams) => Promise<AlertRuleUnion>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, ruleId: string, alertRule: AlertRuleUnion, options?: AlertRulesCreateOrUpdateOptionalParams) => Promise<AlertRuleUnion>

delete

Uyarı kuralını silin.

delete: (resourceGroupName: string, workspaceName: string, ruleId: string, options?: AlertRulesDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, ruleId: string, options?: AlertRulesDeleteOptionalParams) => Promise<void>

get

Uyarı kuralını alır.

get: (resourceGroupName: string, workspaceName: string, ruleId: string, options?: AlertRulesGetOptionalParams) => Promise<AlertRuleUnion>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, ruleId: string, options?: AlertRulesGetOptionalParams) => Promise<AlertRuleUnion>

list

Tüm uyarı kurallarını alır.

list: (resourceGroupName: string, workspaceName: string, options?: AlertRulesListOptionalParams) => PagedAsyncIterableIterator<AlertRuleUnion, AlertRuleUnion[], PageSettings>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, options?: AlertRulesListOptionalParams) => PagedAsyncIterableIterator<AlertRuleUnion, AlertRuleUnion[], PageSettings>