Skip to main content

StartLauncherV1200Response

Properties

NameTypeDescriptionNotes
InteractiveProcessIdStringID of the Interactive Process that was launched[required]

Examples

  • Prepare the resource
$StartLauncherV1200Response = Initialize-StartLauncherV1200Response  -InteractiveProcessId 5da68cfe-2d60-4b09-858f-0d03acd2f47a
  • Convert the resource to JSON
$StartLauncherV1200Response | ConvertTo-JSON

[Back to top]