Skip to main content

SetLifecycleStateV1Request

Properties

NameTypeDescriptionNotes
LifecycleStateIdStringID of the lifecycle state to set.[optional]

Examples

  • Prepare the resource
$SetLifecycleStateV1Request = Initialize-SetLifecycleStateV1Request  -LifecycleStateId 2c9180877a86e408017a8c19fefe046c
  • Convert the resource to JSON
$SetLifecycleStateV1Request | ConvertTo-JSON

[Back to top]