Class GlobalVMShutdownScheduleNotificationSettingsArgs
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.DevTest.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GlobalVMShutdownScheduleNotificationSettingsArgs : ResourceArgs
Constructors
View SourceGlobalVMShutdownScheduleNotificationSettingsArgs()
Declaration
public GlobalVMShutdownScheduleNotificationSettingsArgs()
Properties
View SourceEnabled
Whether to enable pre-shutdown notifications. Possible values are true and false. Defaults to false
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TimeInMinutes
Time in minutes between 15 and 120 before a shutdown event at which a notification will be sent. Defaults to 30.
Declaration
public Input<int> TimeInMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
WebhookUrl
The webhook URL to which the notification will be sent. Required if enabled is true. Optional otherwise.
Declaration
public Input<string> WebhookUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |