id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-load-entitlement-task |
LoadEntitlementTask |
LoadEntitlementTask |
LoadEntitlementTask |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| LoadEntitlementTask |
| BetaLoadEntitlementTask |
|
/tools/sdk/powershell/beta/models/load-entitlement-task |
| SDK |
| Software Development Kit |
| LoadEntitlementTask |
| BetaLoadEntitlementTask |
|
LoadEntitlementTask
Properties
| Name |
Type |
Description |
Notes |
| Id |
Pointer to String |
System-generated unique ID of the task this taskStatus represents |
[optional] |
| Type |
Pointer to String |
Type of task this task represents |
[optional] |
| UniqueName |
Pointer to String |
The name of the task |
[optional] |
| Description |
Pointer to String |
The description of the task |
[optional] |
| Launcher |
Pointer to String |
The user who initiated the task |
[optional] |
| Created |
Pointer to System.DateTime |
The creation date of the task |
[optional] |
| Returns |
Pointer to []LoadEntitlementTaskReturnsInner |
Return values from the task |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]