Class GlobalVMShutdownScheduleNotificationSettings
Inheritance
System.Object
GlobalVMShutdownScheduleNotificationSettings
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GlobalVMShutdownScheduleNotificationSettings
Fields
View SourceEnabled
Whether to enable pre-shutdown notifications. Possible values are true and false. Defaults to false
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| 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 readonly int? TimeInMinutes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
WebhookUrl
The webhook URL to which the notification will be sent. Required if enabled is true. Optional otherwise.
Declaration
public readonly string WebhookUrl
Field Value
| Type | Description |
|---|---|
| System.String |