Show / Hide Table of Contents

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 Source

Status

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

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

WebhookUrl

The webhook URL to which the notification will be sent.

Declaration
public readonly string WebhookUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.