你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AlertConfigurationsOperations interface

表示 AlertConfigurations 操作的接口。

属性

get

获取指定的警报配置。

listForScope

获取资源范围的警报配置。

update

更新警报配置。

属性详细信息

get

获取指定的警报配置。

get: (scope: string, alertId: string, options?: AlertConfigurationsGetOptionalParams) => Promise<AlertConfiguration>

属性值

(scope: string, alertId: string, options?: AlertConfigurationsGetOptionalParams) => Promise<AlertConfiguration>

listForScope

获取资源范围的警报配置。

listForScope: (scope: string, options?: AlertConfigurationsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertConfiguration, AlertConfiguration[], PageSettings>

属性值

(scope: string, options?: AlertConfigurationsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertConfiguration, AlertConfiguration[], PageSettings>

update

更新警报配置。

update: (scope: string, alertId: string, parameters: AlertConfiguration, options?: AlertConfigurationsUpdateOptionalParams) => Promise<void>

属性值

(scope: string, alertId: string, parameters: AlertConfiguration, options?: AlertConfigurationsUpdateOptionalParams) => Promise<void>