Schedule1Days
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
$Schedule1Days = Initialize-Schedule1Days  -Type null `
 -Values [MON, WED] `
 -Interval 3
- Convert the resource to JSON
$Schedule1Days | ConvertTo-JSON