Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,12 +16,12 @@ tags: ['SDK', 'Software Development Kit', 'Schedule', 'V2024Schedule']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **Enum** [ "WEEKLY", "MONTHLY", "ANNUALLY", "CALENDAR" ] | Determines the overall schedule cadence. In general, all time period fields smaller than the chosen type can be configured. For example, a DAILY schedule can have 'hours' set, but not 'days'; a WEEKLY schedule can have both 'hours' and 'days' set. | [required]
**Months** | Pointer to [**ScheduleMonths**](schedule-months) | | [optional]
**Days** | Pointer to [**ScheduleDays**](schedule-days) | | [optional]
**Hours** | [**ScheduleHours**](schedule-hours) | | [required]
**Expiration** | Pointer to **System.DateTime** | Specifies the time after which this schedule will no longer occur. | [optional]
**TimeZoneId** | Pointer to **String** | The time zone to use when running the schedule. For instance, if the schedule is scheduled to run at 1AM, and this field is set to ""CST"", the schedule will run at 1AM CST. | [optional]
**Type** | **Enum** [ "WEEKLY", "MONTHLY", "ANNUALLY", "CALENDAR" ] | Determines the overall schedule cadence. In general, all time period fields smaller than the chosen type can be configured. For example, a DAILY schedule can have 'hours' set, but not 'days'; a WEEKLY schedule can have both 'hours' and 'days' set. | [required]
**Months** | [**ScheduleMonths**](schedule-months) | | [optional]
**Days** | [**ScheduleDays**](schedule-days) | | [optional]
**Hours** | [**ScheduleHours**](schedule-hours) | | [required]
**Expiration** | **System.DateTime** | Specifies the time after which this schedule will no longer occur. | [optional]
**TimeZoneId** | **String** | The time zone to use when running the schedule. For instance, if the schedule is scheduled to run at 1AM, and this field is set to ""CST"", the schedule will run at 1AM CST. | [optional]
## Examples