AlertConfigurationsOperations interface
表示 AlertConfigurations 操作的接口。
属性
| get | 获取指定的警报配置。 |
| list |
获取资源范围的警报配置。 |
| 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>