TestimoX

API Reference

Enum

DnsSummaryZoneSelection

Namespace ADPlayground
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies which zones to include in DNS zone summaries.

Inheritance

  • Enum
  • DnsSummaryZoneSelection

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const DnsSummaryZoneSelection Both #

Include both matched and external zones.

Value: 0
public const DnsSummaryZoneSelection ExternalZones #

Include only external zones.

Value: 1
public const DnsSummaryZoneSelection MatchedZones #

Include only matched zones.

Value: 2