Show / Hide Table of Contents

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 Source

CustomEmails

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.