Skip to content

MaintenanceType

Detail Value
Namespace PSImmyBot.Models
Kind Enum
Assembly PSImmyBot
Base Type Enum
Implements IComparable, IConvertible, IFormattable, ISpanFormattable
Source Models/MaintenanceType.cs

Overview

MaintenanceType is a Enum from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.

Underlying type

  • int

Members

Name Value
GlobalSoftware 0
LocalSoftware 1
WindowsUpdate 2
ChocolateySoftware 3
NiniteSoftware 4
LocalMaintenanceTask 5
GlobalMaintenanceTask 6
AgentUpdate 7

Serialization

  • Namespace: PSImmyBot.Models
  • Source file: Models/MaintenanceType.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.