Show / Hide Table of Contents

Class GlobalVMShutdownScheduleNotificationSettingsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GlobalVMShutdownScheduleNotificationSettingsArgs
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.DevTest.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GlobalVMShutdownScheduleNotificationSettingsArgs : ResourceArgs

Constructors

View Source

GlobalVMShutdownScheduleNotificationSettingsArgs()

Declaration
public GlobalVMShutdownScheduleNotificationSettingsArgs()

Properties

View Source

Enabled

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.