Show / Hide Table of Contents

Class ScheduleMonthlyOccurrenceArgs

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

Constructors

View Source

ScheduleMonthlyOccurrenceArgs()

Declaration
public ScheduleMonthlyOccurrenceArgs()

Properties

View Source

Day

Day of the occurrence. Must be one of Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.

Declaration
public Input<string> Day { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Occurrence

Occurrence of the week within the month. Must be between 1 and 5. -1 for last week within the month.

Declaration
public Input<int> Occurrence { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.