API Reference
DnsCleanupPreviewSnapshot
Read-only DNS cleanup preview snapshot.
Inheritance
- Object
- DnsCleanupPreviewSnapshot
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 DnsCleanupPreviewSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String DomainName { get; set; } #Domain name associated with the preview.
public String DnsServer { get; set; } #DNS server queried for source posture snapshots when applicable.
public Boolean CollectionSucceeded { get; set; } #True when all requested source snapshots reported successful collection.
public IReadOnlyList<String> CollectionErrors { get; set; } #Collection errors from source posture snapshots.
public Int32 ActionCount { get; } #Total cleanup preview actions.
public Int32 FutureWriteCandidateCount { get; } #Total cleanup preview candidates that would require a future governed write operation.
public Int32 OwnerReviewCandidateCount { get; } #Total cleanup preview candidates that require owner review before any future write execution.
public Int32 DanglingTargetActionCount { get; set; } #Total dangling target cleanup candidates.
public Int32 ForwardReverseActionCount { get; set; } #Total forward/reverse parity cleanup candidates.
public Int32 DcLocatorActionCount { get; set; } #Total stale AD DC locator cleanup candidates.
public Int32 RecordAgingActionCount { get; set; } #Total record aging cleanup candidates.
public IReadOnlyList<DnsCleanupPreviewAction> Actions { get; set; } #Preview actions derived from DNS posture findings.