GetMaintenanceActionResponse
| Detail | Value |
|---|---|
| Namespace | PSImmyBot.Models |
| Kind | Class |
| Assembly | PSImmyBot |
| Base Type | object |
| Implements | IEquatable<GetMaintenanceActionResponse> |
| Source | Models/GetMaintenanceActionResponse.cs |
Overview
GetMaintenanceActionResponse is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.
Structure
| Property | Type | Nullable | Notes |
|---|---|---|---|
| ActionType | MaintenanceActionType | No (value type) | — |
| ActionTypeName | string |
Reference type (nullable) | — |
| AssignmentId | int? |
Yes (nullable value type) | — |
| AssignmentType | DatabaseType | No (value type) | — |
| ComputerId | int? |
Yes (nullable value type) | — |
| ComputerName | string |
Reference type (nullable) | — |
| CreatedBy | int? |
Yes (nullable value type) | — |
| CreatedDateUtc | DateTimeOffset |
No (value type) | — |
| DependentsNames | ICollection<string> |
Reference type (nullable) | — |
| DependsOnNames | ICollection<string> |
Reference type (nullable) | — |
| Description | string |
Reference type (nullable) | — |
| DesiredSoftwareState | DesiredSoftwareState | No (value type) | — |
| DesiredVersionString | string |
Reference type (nullable) | — |
| DetectedVersionString | string |
Reference type (nullable) | — |
| EndTime | DateTimeOffset |
No (value type) | — |
| Id | int |
No (value type) | — |
| IsComputerOnline | bool |
No (value type) | — |
| MaintenanceDisplayName | string |
Reference type (nullable) | — |
| MaintenanceIdentifier | string |
Reference type (nullable) | — |
| MaintenanceSessionId | int |
No (value type) | — |
| MaintenanceTaskGetResult | string |
Reference type (nullable) | — |
| MaintenanceTaskMode | MaintenanceTaskMode | No (value type) | — |
| MaintenanceTaskType | DatabaseType | No (value type) | — |
| MaintenanceType | MaintenanceType | No (value type) | — |
| MaintenanceTypeName | string |
Reference type (nullable) | — |
| ParentId | int? |
Yes (nullable value type) | — |
| PolicyDescription | string |
Reference type (nullable) | — |
| PostMaintenanceTest | string |
Reference type (nullable) | — |
| PostMaintenanceTestResult | bool? |
Yes (nullable value type) | — |
| PostMaintenanceTestResultMessage | string |
Reference type (nullable) | — |
| PostMaintenanceTestType | int? |
Yes (nullable value type) | — |
| Reason | MaintenanceActionReason | No (value type) | — |
| Result | MaintenanceActionResult | No (value type) | — |
| ResultName | string |
Reference type (nullable) | — |
| ResultReason | MaintenanceActionResultReason | No (value type) | — |
| ResultReasonMessage | string |
Reference type (nullable) | — |
| SoftwareActionIdForConfigurationTask | int? |
Yes (nullable value type) | — |
| SoftwareProviderType | SoftwareProviderType | No (value type) | — |
| SoftwareType | SoftwareType | No (value type) | — |
| StartTime | DateTimeOffset |
No (value type) | — |
| Status | MaintenanceActionStatus | No (value type) | — |
| StatusName | string |
Reference type (nullable) | — |
| TenantId | int? |
Yes (nullable value type) | — |
| TenantName | string |
Reference type (nullable) | — |
| UpdatedBy | int? |
Yes (nullable value type) | — |
| UpdatedDateUtc | DateTimeOffset |
No (value type) | — |
Serialization
- Namespace:
PSImmyBot.Models - Source file:
Models/GetMaintenanceActionResponse.cs - Serializer:
System.Text.Json
Notes
This page was generated automatically from the compiled PSImmyBot assembly via HelperScripts/GenerateDocs.ps1. Regenerate after model changes to keep details current.