API Reference
Class
View (DnsApplicationPartitionOwnerPostureService)
Aggregated DNS application-partition owner posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public String DomainName { get; set; } #Target domain DNS name.
public String RootDomainName { get; set; } #Forest root domain DNS name when known.
public Boolean IsRootDomain { get; set; } #True when the evaluated domain is the forest root domain.
public Int32 PartitionCount { get; set; } #Total partitions evaluated.
public Int32 HealthyPartitionCount { get; set; } #Total healthy partitions.
public Int32 NonCompliantPartitionCount { get; set; } #Total non-compliant partitions.
public Int32 DeletedOwnerReferenceCount { get; set; } #Total partitions with deleted owner references.
public Int32 MissingInfrastructureObjectCount { get; set; } #Total partitions missing the infrastructure object.
public Int32 MissingOwnerReferenceCount { get; set; } #Total partitions missing an owner reference.
public Int32 UnresolvedOwnerObjectCount { get; set; } #Total partitions whose owner reference did not resolve to a live object.
public Int32 QueryIssueCount { get; set; } #Total partitions with query issues.
public IReadOnlyList<Item> Items { get; set; } #Per-partition posture items.
public IReadOnlyList<String> Errors { get; set; } #Errors encountered during evaluation.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.