MaintenanceSchedulingConfiguration
| Detail | Value |
|---|---|
| Namespace | PSImmyBot.Models |
| Kind | Class |
| Assembly | PSImmyBot |
| Base Type | object |
| Implements | IEquatable<MaintenanceSchedulingConfiguration> |
| Source | Models/MaintenanceSchedulingConfiguration.cs |
Overview
MaintenanceSchedulingConfiguration is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.
Structure
| Property | Type | Nullable | Notes |
|---|---|---|---|
| MaintenanceTime | string |
Reference type (nullable) | — |
| OfflineBehavior | ComputerOfflineMaintenanceSessionBehavior | No (value type) | — |
| ScheduleExecutionAfterActiveHours | bool |
No (value type) | — |
| Time | string |
Reference type (nullable) | — |
| TimeZoneInfoId | string |
Reference type (nullable) | — |
| UseComputersTimezoneForExecution | bool |
No (value type) | — |
Serialization
- Namespace:
PSImmyBot.Models - Source file:
Models/MaintenanceSchedulingConfiguration.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.