API Reference
Class
DnsZoneOverviewReviewItem
Human-review note derived from DNS zone overview metadata.
Inheritance
- Object
- DnsZoneOverviewReviewItem
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 DnsZoneOverviewReviewItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ReviewId { get; set; } #Stable review identifier.
public String Severity { get; set; } #Review severity such as Info, Warning, or Medium.
public String ZoneName { get; set; } #Zone name associated with the review item.
public String DnsServer { get; set; } #DNS server associated with the review item when server-specific.
public String Category { get; set; } #Review category.
public String Message { get; set; } #Human-readable review note.
public String RecommendedAction { get; set; } #Recommended review action.