id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-invocation-status |
InvocationStatus |
InvocationStatus |
InvocationStatus |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| InvocationStatus |
| V2024InvocationStatus |
|
/tools/sdk/powershell/v2024/models/invocation-status |
| SDK |
| Software Development Kit |
| InvocationStatus |
| V2024InvocationStatus |
|
InvocationStatus
Properties
| Name |
Type |
Description |
Notes |
| Id |
String |
Invocation ID |
[required] |
| TriggerId |
String |
Trigger ID |
[required] |
| SubscriptionName |
String |
Subscription name |
[required] |
| SubscriptionId |
String |
Subscription ID |
[required] |
| Type |
InvocationStatusType |
|
[required] |
| Created |
System.DateTime |
Invocation created timestamp. ISO-8601 in UTC. |
[required] |
| Completed |
System.DateTime |
Invocation completed timestamp; empty fields imply invocation is in-flight or not completed. ISO-8601 in UTC. |
[optional] |
| StartInvocationInput |
StartInvocationInput |
|
[required] |
| CompleteInvocationInput |
CompleteInvocationInput |
|
[optional] |
Examples
- Convert the resource to JSON
[Back to top]