API Reference
Enum
WindowsUpdateTelemetryCoverageState
Describes how much trustworthy Windows Update evidence was available when deriving posture.
Inheritance
- Enum
- WindowsUpdateTelemetryCoverageState
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WindowsUpdatePatchPostureAssessment.TelemetryCoverageState
- Property WindowsUpdateTelemetry.CoverageState
- Field WindowsUpdateTelemetryCoverageState.NoUpdateSignals
- Field WindowsUpdateTelemetryCoverageState.SecurityCorrelationOnly
- Field WindowsUpdateTelemetryCoverageState.SignalsPresent
- Field WindowsUpdateTelemetryCoverageState.Unknown
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WindowsUpdateTelemetryCoverageState SignalsPresent #The target exposed at least one meaningful Windows Update detection/install/failure signal.
Value:
1public const WindowsUpdateTelemetryCoverageState SecurityCorrelationOnly #Endpoint-side detection/install timestamps were sparse, but security correlation still resolved applicable product/build evidence and produced MSRC posture.
Value:
2public const WindowsUpdateTelemetryCoverageState NoUpdateSignals #The endpoint exposed no meaningful Windows Update detection/install/failure signals even though collection did not report an explicit access or transport error.
Value:
3