id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| task-definition-summary |
TaskDefinitionSummary |
TaskDefinitionSummary |
TaskDefinitionSummary |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| TaskDefinitionSummary |
|
/tools/sdk/powershell/beta/models/task-definition-summary |
| SDK |
| Software Development Kit |
| TaskDefinitionSummary |
|
TaskDefinitionSummary
Properties
| Name |
Type |
Description |
Notes |
| Id |
String |
System-generated unique ID of the TaskDefinition |
[required] |
| UniqueName |
String |
Name of the TaskDefinition |
[required] |
| Description |
String |
Description of the TaskDefinition |
[required] |
| ParentName |
String |
Name of the parent of the TaskDefinition |
[required] |
| Executor |
String |
Executor of the TaskDefinition |
[required] |
| Arguments |
[map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 |
Formal parameters of the TaskDefinition, without values |
[required] |
Examples
- Convert the resource to JSON
[Back to top]