Skip to main content

ApprovalconfigCronTimezone

Properties

NameTypeDescriptionNotes
LocationStringTimezone location for cron schedules.[optional]
OffsetStringTimezone offset for cron schedules.[optional]

Examples

  • Prepare the resource
$ApprovalconfigCronTimezone = Initialize-ApprovalconfigCronTimezone  -Location America/New_York `
-Offset
  • Convert the resource to JSON
$ApprovalconfigCronTimezone | ConvertTo-JSON

[Back to top]