Skip to main content

Queuedcheckconfigdetails

Properties

NameTypeDescriptionNotes
ProvisioningStatusCheckIntervalMinutesStringInterval in minutes between status checks[required]
ProvisioningMaxStatusCheckDaysStringMaximum number of days to check[required]

Examples

  • Prepare the resource
$Queuedcheckconfigdetails = Initialize-Queuedcheckconfigdetails  -ProvisioningStatusCheckIntervalMinutes 30 `
-ProvisioningMaxStatusCheckDays 2
  • Convert the resource to JSON
$Queuedcheckconfigdetails | ConvertTo-JSON

[Back to top]