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 SourceDay
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 |
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 |