API Reference
Class
Microsoft365WorkloadConfidenceSummary
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.
Returned or exposed by
Constructors
public Microsoft365WorkloadConfidenceSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.