API Reference
Class
DesiredStateDnsHealthPolicy
Provides desired state dns health policy functionality.
Inheritance
- Object
- DesiredStateDnsHealthPolicy
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
- Property DesiredStateConfiguration.DnsHealth
- Method DesiredStateDnsHealthPolicy.Clone
- Property DesiredStateProfile.DnsHealth
Accepted by parameters
Constructors
public DesiredStateDnsHealthPolicy() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets the enabled value.
public Nullable<Boolean> RequireAtLeastOneResult { get; set; } #JsonPropertyName("requireAtLeastOneResult")When true, warns if no DNS health results were analyzed.
public Nullable<Boolean> RequireServersResponsive { get; set; } #JsonPropertyName("requireServersResponsive")Gets or sets the require servers responsive value.
public Nullable<Boolean> RequireSoaSerialConsistent { get; set; } #JsonPropertyName("requireSoaSerialConsistent")Gets or sets the require soa serial consistent value.
public Nullable<Boolean> RequireApexAddressesConsistent { get; set; } #JsonPropertyName("requireApexAddressesConsistent")Gets or sets the require apex addresses consistent value.