Class ScheduleNotificationSettingsArgs
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 ScheduleNotificationSettingsArgs : ResourceArgs
Constructors
View SourceScheduleNotificationSettingsArgs()
Declaration
public ScheduleNotificationSettingsArgs()
Properties
View SourceStatus
The status of the notification. Possible values are Enabled and Disabled. Defaults to Disabled
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TimeInMinutes
Time in minutes before event at which notification will be sent.
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.
Declaration
public Input<string> WebhookUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |