Show / Hide Table of Contents

Class AutoscaleSettingNotificationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AutoscaleSettingNotificationArgs
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 AutoscaleSettingNotificationArgs : ResourceArgs

Constructors

View Source

AutoscaleSettingNotificationArgs()

Declaration
public AutoscaleSettingNotificationArgs()

Properties

View Source

Email

A email block as defined below.

Declaration
public Input<AutoscaleSettingNotificationEmailArgs> Email { get; set; }
Property Value
Type Description
Input<AutoscaleSettingNotificationEmailArgs>
View Source

Webhooks

One or more webhook blocks as defined below.

Declaration
public InputList<AutoscaleSettingNotificationWebhookArgs> Webhooks { get; set; }
Property Value
Type Description
InputList<AutoscaleSettingNotificationWebhookArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.