Class AutoscaleSettingNotificationEmail
Inheritance
System.Object
AutoscaleSettingNotificationEmail
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AutoscaleSettingNotificationEmail
Fields
View SourceCustomEmails
Specifies a list of custom email addresses to which the email notifications will be sent.
Declaration
public readonly ImmutableArray<string> CustomEmails
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SendToSubscriptionAdministrator
Should email notifications be sent to the subscription administrator? Defaults to false.
Declaration
public readonly bool? SendToSubscriptionAdministrator
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SendToSubscriptionCoAdministrator
Should email notifications be sent to the subscription co-administrator? Defaults to false.
Declaration
public readonly bool? SendToSubscriptionCoAdministrator
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |