Class AutoscaleSettingNotificationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Monitoring.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AutoscaleSettingNotificationArgs : ResourceArgs
Constructors
View SourceAutoscaleSettingNotificationArgs()
Declaration
public AutoscaleSettingNotificationArgs()
Properties
View SourceA email block as defined below.
Declaration
public Input<AutoscaleSettingNotificationEmailArgs> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscaleSettingNotificationEmailArgs> |
Webhooks
One or more webhook blocks as defined below.
Declaration
public InputList<AutoscaleSettingNotificationWebhookArgs> Webhooks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AutoscaleSettingNotificationWebhookArgs> |