Domain Detective

API Reference

Class

Microsoft365WorkloadConfidenceSummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Compact rollup of detected Microsoft 365 workloads by confidence tier.

Inheritance

  • Object
  • Microsoft365WorkloadConfidenceSummary

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public Microsoft365WorkloadConfidenceSummary() #

Properties

public Int32 DetectedCount { get; set; } #

Gets or sets the detected count value.

public Int32 StrongCount { get; set; } #

Gets or sets the strong count value.

public Int32 ModerateCount { get; set; } #

Gets or sets the moderate count value.

public Int32 WeakCount { get; set; } #

Gets or sets the weak count value.

public IReadOnlyList<Microsoft365ServiceKind> StrongServices { get; set; } #

Gets or sets the strong services value.

public IReadOnlyList<Microsoft365ServiceKind> ModerateServices { get; set; } #

Gets or sets the moderate services value.

public IReadOnlyList<Microsoft365ServiceKind> WeakServices { get; set; } #

Gets or sets the weak services value.

{{ include "footer" }}