AlertIncidentsOperations interface
AlertIncidentsの操作を表すインターフェース。
プロパティ
| get | 指定したアラート インシデントを取得します。 |
| list |
リソース スコープのアラート インシデントを取得します。 |
| 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>