LoadAccountsTask
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Success | Boolean | The status of the result | [optional] [default to $true] |
| Task | LoadAccountsTaskTask | [optional] |
Examples
- Prepare the resource
$LoadAccountsTask = Initialize-V2024LoadAccountsTask -Success true `
-Task null
- Convert the resource to JSON
$LoadAccountsTask | ConvertTo-JSON