Class AutoscaleSettingNotificationGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AutoscaleSettingNotificationGetArgs : ResourceArgs
Constructors
View SourceAutoscaleSettingNotificationGetArgs()
Declaration
public AutoscaleSettingNotificationGetArgs()
Properties
View SourceA email block as defined below.
Declaration
public Input<AutoscaleSettingNotificationEmailGetArgs> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscaleSettingNotificationEmailGetArgs> |
Webhooks
One or more webhook blocks as defined below.
Declaration
public InputList<AutoscaleSettingNotificationWebhookGetArgs> Webhooks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AutoscaleSettingNotificationWebhookGetArgs> |