API Reference
Class
Microsoft365DnsApplicationSummary
Compact rollup of detected DNS applications by category.
Inheritance
- Object
- Microsoft365DnsApplicationSummary
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 Microsoft365DnsApplicationSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 TotalCount { get; set; } #Gets or sets the total count value.
public Int32 CategoryCount { get; set; } #Gets or sets the category count value.
public DetectedDnsAppCategory DominantCategory { get; set; } #Gets or sets the dominant category value.
public Int32 DominantCategoryCount { get; set; } #Gets or sets the dominant category count value.
public IReadOnlyList<Microsoft365DnsApplicationCategorySummary> Categories { get; set; } #Gets or sets the categories value.