Skip to main content

CancelLifecycleActionRequest

Properties

NameTypeDescriptionNotes
CommentStringOptional cancel comment appended to the lifecycle request comment thread.[optional]

Examples

  • Prepare the resource
$CancelLifecycleActionRequest = Initialize-CancelLifecycleActionRequest  -Comment Cancelling - will resubmit after maintenance window
  • Convert the resource to JSON
$CancelLifecycleActionRequest | ConvertTo-JSON

[Back to top]