AlertConfigurationsOperations interface
Interface representando uma operação AlertConfigurations.
Propriedades
| get | Obtenha a configuração de alerta especificada. |
| list |
Obtém configurações de alerta para um escopo de recurso. |
| update | Atualize uma configuração de alerta. |
Detalhes de Propriedade
get
Obtenha a configuração de alerta especificada.
get: (scope: string, alertId: string, options?: AlertConfigurationsGetOptionalParams) => Promise<AlertConfiguration>
Valor de Propriedade
(scope: string, alertId: string, options?: AlertConfigurationsGetOptionalParams) => Promise<AlertConfiguration>
listForScope
Obtém configurações de alerta para um escopo de recurso.
listForScope: (scope: string, options?: AlertConfigurationsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertConfiguration, AlertConfiguration[], PageSettings>
Valor de Propriedade
(scope: string, options?: AlertConfigurationsListForScopeOptionalParams) => PagedAsyncIterableIterator<AlertConfiguration, AlertConfiguration[], PageSettings>
update
Atualize uma configuração de alerta.
update: (scope: string, alertId: string, parameters: AlertConfiguration, options?: AlertConfigurationsUpdateOptionalParams) => Promise<void>
Valor de Propriedade
(scope: string, alertId: string, parameters: AlertConfiguration, options?: AlertConfigurationsUpdateOptionalParams) => Promise<void>