EmailNotificationHook Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EmailHookInfo.
public class EmailNotificationHook : Azure.AI.MetricsAdvisor.Administration.NotificationHook
type EmailNotificationHook = class
inherit NotificationHook
Public Class EmailNotificationHook
Inherits NotificationHook
- Inheritance
Remarks
In order to create an e-mail hook, you must add at least one e-mail address to EmailsToAlert, and pass this instance to the method CreateHookAsync(NotificationHook, CancellationToken).
Constructors
EmailNotificationHook(String) |
Initializes a new instance of the EmailNotificationHook class. |
Properties
Administrators |
The list of users with administrative rights to manage this hook. Each element in this list represents a user with
administrator access, but the value of each |
Description |
A description of this NotificationHook. Defaults to an empty string. (Inherited from NotificationHook) |
EmailsToAlert |
The list of e-mail addresses to alert. |
ExternalUri |
Optional field which enables a customized redirect, such as for troubleshooting notes. Defaults to an empty string. (Inherited from NotificationHook) |
HookKind |
The hook kind. (Inherited from NotificationHook) |
Id |
The unique identifier of this NotificationHook. (Inherited from NotificationHook) |
Name |
A custom name for this NotificationHook to be displayed on the web portal. Hook names must be unique across the same Metris Advisor resource. (Inherited from NotificationHook) |
Applies to
Azure SDK for .NET