API Reference
Class
Microsoft365DnsApplicationCategorySummary
Compact rollup entry for detected DNS applications within a single category.
Inheritance
- Object
- Microsoft365DnsApplicationCategorySummary
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 Microsoft365DnsApplicationCategorySummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DetectedDnsAppCategory Category { get; set; } #Gets or sets the category value.
public Int32 Count { get; set; } #Gets or sets the count value.
public Microsoft365DetectionConfidence HighestConfidence { get; set; } #Gets or sets the highest confidence value.
public IReadOnlyList<String> ApplicationNames { get; set; } #Gets or sets the application names value.