AlertDefinitionsOperations interface
表示AlertDefinitions操作的接口。
属性
| get | 获取指定的警报定义。 |
| list |
获取资源范围的警报定义。 |
属性详细信息
get
获取指定的警报定义。
get: (scope: string, alertDefinitionId: string, options?: AlertDefinitionsGetOptionalParams) => Promise<AlertDefinition>
属性值
(scope: string, alertDefinitionId: string, options?: AlertDefinitionsGetOptionalParams) => Promise<AlertDefinition>
listForScope
获取资源范围的警报定义。
listForScope: (scope: string, options?: AlertDefinitionsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertDefinition, AlertDefinition[], PageSettings>
属性值
(scope: string, options?: AlertDefinitionsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertDefinition, AlertDefinition[], PageSettings>