Domain Detective

API Reference

Class

DesiredStateZoneTransferPolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Provides desired state zone transfer policy functionality.

Inheritance

  • Object
  • DesiredStateZoneTransferPolicy

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 DesiredStateZoneTransferPolicy() #

Methods

public Void Apply(DesiredStateZoneTransferPolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

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

Executes the clone operation.

Properties

public Nullable<Boolean> Enabled { get; set; } #
JsonPropertyName("enabled")

Gets or sets the enabled value.

public Nullable<Boolean> DisallowUnauthenticatedAxfr { get; set; } #
JsonPropertyName("disallowUnauthenticatedAxfr")

When true, no authoritative server may allow unauthenticated AXFR.

{{ include "footer" }}