Skip to main content

Schedule2Hours

Properties

NameTypeDescriptionNotes
TypeEnum [ "LIST", "RANGE" ]Enum type to specify hours value[required]
Values[]StringValues of the days based on the enum type mentioned above[required]
IntervalInt64Interval between the cert generations[optional]

Examples

  • Prepare the resource
$Schedule2Hours = Initialize-Schedule2Hours  -Type LIST `
-Values ["1"] `
-Interval 2
  • Convert the resource to JSON
$Schedule2Hours | ConvertTo-JSON

[Back to top]