Skip to main content

ScheduleMonths

Properties

NameTypeDescriptionNotes
TypeSelectortype[required]
Values[]StringThe selected values.[required]
IntervalInt32The selected interval for RANGE selectors.[optional]

Examples

  • Prepare the resource
$ScheduleMonths = Initialize-ScheduleMonths  -Type null `
-Values [MON, WED] `
-Interval 3
  • Convert the resource to JSON
$ScheduleMonths | ConvertTo-JSON

[Back to top]