Class ScheduleNotificationSettings
Inheritance
System.Object
ScheduleNotificationSettings
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 ScheduleNotificationSettings
Fields
View SourceStatus
The status of the notification. Possible values are Enabled and Disabled. Defaults to Disabled
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
TimeInMinutes
Time in minutes before event at which notification will be sent.
Declaration
public readonly int? TimeInMinutes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
WebhookUrl
The webhook URL to which the notification will be sent.
Declaration
public readonly string WebhookUrl
Field Value
| Type | Description |
|---|---|
| System.String |