MetricsAdvisorModelFactory.EmailNotificationHook Method
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.
Initializes a new instance of EmailNotificationHook for mocking purposes.
public static Azure.AI.MetricsAdvisor.Administration.EmailNotificationHook EmailNotificationHook(string id = default, string name = default, string description = default, Uri externalUri = default, System.Collections.Generic.IEnumerable<string> administrators = default, System.Collections.Generic.IEnumerable<string> emailsToAlert = default);
static member EmailNotificationHook : string * string * string * Uri * seq<string> * seq<string> -> Azure.AI.MetricsAdvisor.Administration.EmailNotificationHook
Public Shared Function EmailNotificationHook (Optional id As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional externalUri As Uri = Nothing, Optional administrators As IEnumerable(Of String) = Nothing, Optional emailsToAlert As IEnumerable(Of String) = Nothing) As EmailNotificationHook
Parameters
- description
- String
Sets the Description property.
- externalUri
- Uri
Sets the ExternalUri property.
- administrators
- IEnumerable<String>
Sets the Administrators property.
- emailsToAlert
- IEnumerable<String>
Sets the EmailsToAlert property.
Returns
A new instance of EmailNotificationHook for mocking purposes.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET