AlertDefinitionsOperations interface
Interface representando uma operação AlertDefinitions.
Propriedades
| get | Obtenha a definição de alerta especificada. |
| list |
Obtém definições de alerta para um escopo de recurso. |
Detalhes de Propriedade
get
Obtenha a definição de alerta especificada.
get: (scope: string, alertDefinitionId: string, options?: AlertDefinitionsGetOptionalParams) => Promise<AlertDefinition>
Valor de Propriedade
(scope: string, alertDefinitionId: string, options?: AlertDefinitionsGetOptionalParams) => Promise<AlertDefinition>
listForScope
Obtém definições de alerta para um escopo de recurso.
listForScope: (scope: string, options?: AlertDefinitionsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertDefinition, AlertDefinition[], PageSettings>
Valor de Propriedade
(scope: string, options?: AlertDefinitionsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertDefinition, AlertDefinition[], PageSettings>