AutoscaleNotification Constructors
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.
Overloads
AutoscaleNotification() | |
AutoscaleNotification(EmailNotification, IList<WebhookNotification>) |
AutoscaleNotification()
public AutoscaleNotification ();
Public Sub New ()
Applies to
AutoscaleNotification(EmailNotification, IList<WebhookNotification>)
public AutoscaleNotification (Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.EmailNotification email = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.WebhookNotification> webhooks = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutoscaleNotification : Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.EmailNotification * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.WebhookNotification> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutoscaleNotification
Public Sub New (Optional email As EmailNotification = Nothing, Optional webhooks As IList(Of WebhookNotification) = Nothing)
Parameters
- EmailNotification
- webhooks
- IList<WebhookNotification>