ScheduleMonths
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Selectortype | [required] | |
| Values | []String | The selected values. | [required] |
| Interval | Int32 | The 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