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-status-response |
StatusResponse |
StatusResponse |
StatusResponse |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| StatusResponse |
| V2024StatusResponse |
|
/tools/sdk/powershell/v2024/models/status-response |
| SDK |
| Software Development Kit |
| StatusResponse |
| V2024StatusResponse |
|
StatusResponse
Properties
| Name |
Type |
Description |
Notes |
| Id |
String |
ID of the source |
[optional] [readonly] |
| Name |
String |
Name of the source |
[optional] [readonly] |
| Status |
Enum [ "SUCCESS", "FAILURE" ] |
The status of the health check. |
[optional] [readonly] |
| ElapsedMillis |
Int32 |
The number of milliseconds spent on the entire request. |
[optional] [readonly] |
| Details |
[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 |
The document contains the results of the health check. The schema of this document depends on the type of source used. |
[optional] [readonly] |
Examples
- Convert the resource to JSON
[Back to top]