Show / Hide Table of Contents

Class ScheduleNotificationSettingsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScheduleNotificationSettingsArgs
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 ScheduleNotificationSettingsArgs : ResourceArgs

Constructors

View Source

ScheduleNotificationSettingsArgs()

Declaration
public ScheduleNotificationSettingsArgs()

Properties

View Source

Status

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

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

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