Domain Detective

API Reference

Class

DesiredStateDnsHealthPolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

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.

Accepted by parameters

Constructors

public DesiredStateDnsHealthPolicy() #

Methods

public Void Apply(DesiredStateDnsHealthPolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

overlay DomainDetective.DesiredState.DesiredStateDnsHealthPolicy requiredposition: 0
public DesiredStateDnsHealthPolicy Clone() #
Returns: DesiredStateDnsHealthPolicy

Executes the clone operation.

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.

{{ include "footer" }}