--- id: result title: Result pagination_label: Result sidebar_label: Result sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'Result', 'Result'] slug: /tools/sdk/powershell/v3/models/result tags: ['SDK', 'Software Development Kit', 'Result', 'Result'] --- # Result ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Status** | **String** | Request result status | [optional] ## Examples - Prepare the resource ```powershell $Result = Initialize-Result -Status Manual Task Created ``` - Convert the resource to JSON ```powershell $Result | ConvertTo-JSON ``` [[Back to top]](#)