Class AutoscaleSettingNotificationEmailArgs
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 AutoscaleSettingNotificationEmailArgs : ResourceArgs
Constructors
View SourceAutoscaleSettingNotificationEmailArgs()
Declaration
public AutoscaleSettingNotificationEmailArgs()
Properties
View SourceCustomEmails
Specifies a list of custom email addresses to which the email notifications will be sent.
Declaration
public InputList<string> CustomEmails { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
SendToSubscriptionAdministrator
Should email notifications be sent to the subscription administrator? Defaults to false.
Declaration
public Input<bool> SendToSubscriptionAdministrator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SendToSubscriptionCoAdministrator
Should email notifications be sent to the subscription co-administrator? Defaults to false.
Declaration
public Input<bool> SendToSubscriptionCoAdministrator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |