Skip to main content

LifecycleActionSubmitComment

Properties

NameTypeDescriptionNotes
CommentStringFree-text comment submitted with the lifecycle action request.[required]

Examples

  • Prepare the resource
$LifecycleActionSubmitComment = Initialize-LifecycleActionSubmitComment  -Comment Suspending agent until security review completes
  • Convert the resource to JSON
$LifecycleActionSubmitComment | ConvertTo-JSON

[Back to top]