Skip to main content

ClusterManualUpgrade

Properties

NameTypeDescriptionNotes
Jobs[]ClusterManualUpgradeJobsInnerList of job objects for the upgrade request.[optional]

Examples

  • Prepare the resource
$ClusterManualUpgrade = Initialize-PSSailpoint.V2024ClusterManualUpgrade  -Jobs null
  • Convert the resource to JSON
$ClusterManualUpgrade | ConvertTo-JSON

[Back to top]