Show / Hide Table of Contents

Class AutoscaleSettingNotificationGetArgs

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

Constructors

View Source

AutoscaleSettingNotificationGetArgs()

Declaration
public AutoscaleSettingNotificationGetArgs()

Properties

View Source

Email

A email block as defined below.

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

Webhooks

One or more webhook blocks as defined below.

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