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

AlertIncidentsOperations interface

表示AlertIncidents操作的界面。

属性

get

获取指定的警报事件。

listForScope

获取资源范围的警报事件。

remediate

修正警报事件。

属性详细信息

get

获取指定的警报事件。

get: (scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsGetOptionalParams) => Promise<AlertIncident>

属性值

(scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsGetOptionalParams) => Promise<AlertIncident>

listForScope

获取资源范围的警报事件。

listForScope: (scope: string, alertId: string, options?: AlertIncidentsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertIncident, AlertIncident[], PageSettings>

属性值

(scope: string, alertId: string, options?: AlertIncidentsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertIncident, AlertIncident[], PageSettings>

remediate

修正警报事件。

remediate: (scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsRemediateOptionalParams) => Promise<void>

属性值

(scope: string, alertId: string, alertIncidentId: string, options?: AlertIncidentsRemediateOptionalParams) => Promise<void>