Skip to main content

Lifecyclestatedto

Properties

NameTypeDescriptionNotes
StateNameStringThe name of the lifecycle state[required]
ManuallyUpdatedBooleanWhether the lifecycle state has been manually or automatically set[required]

Examples

  • Prepare the resource
$Lifecyclestatedto = Initialize-Lifecyclestatedto  -StateName active `
-ManuallyUpdated true
  • Convert the resource to JSON
$Lifecyclestatedto | ConvertTo-JSON

[Back to top]