Show / Hide Table of Contents

Class AutoscaleSettingNotificationEmailArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AutoscaleSettingNotificationEmailArgs
Inherited Members
ResourceArgs.Empty
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 Source

AutoscaleSettingNotificationEmailArgs()

Declaration
public AutoscaleSettingNotificationEmailArgs()

Properties

View Source

CustomEmails

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

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

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