Show / Hide Table of Contents

Class ScheduleMonthlyOccurrence

Inheritance
System.Object
ScheduleMonthlyOccurrence
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.Automation.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScheduleMonthlyOccurrence

Fields

View Source

Day

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

Declaration
public readonly string Day
Field Value
Type Description
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 readonly int Occurrence
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.