API Reference
Class
View (ForestSiteLinkPostureService)
Aggregated forest site-link posture view.
Inheritance
- Object
- View
Constructors
public View() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
Properties
public String ForestName { get; set; } #Evaluated forest DNS name.
public Int32 MaximumReplicationFrequencyInMinutes { get; set; } #Maximum recommended replication interval in minutes.
public Int32 SiteLinkCount { get; set; } #Total site links discovered.
public Int32 SlowLinkCount { get; set; } #Number of site links that exceed the maximum interval.
public Int32 LinksWithoutNotifyCount { get; set; } #Number of site links without notifications enabled.
public IReadOnlyList<SiteLinkItem> Items { get; set; } #All projected site-link items.
public IReadOnlyList<SiteLinkItem> SlowLinks { get; set; } #Site links that exceed the maximum interval.
public IReadOnlyList<SiteLinkItem> LinksWithoutNotify { get; set; } #Site links without notifications enabled.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.