TestimoX

API Reference

Class

ZoneItem (DnsDynamicUpdatesEvaluator)

Namespace ADPlayground.DomainControllers.DnsDynamicUpdatesEvaluator
Assembly ADPlayground
Implements
IEquatable<ZoneItem>
Modifiers sealed

Zone row describing its dynamic update configuration.

Inheritance

  • Object
  • ZoneItem

Usage

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

Accepted by parameters

  • Constructor View.View parameter NonSecureZones

Constructors

public ZoneItem(String ZoneName, Nullable<UInt32> AllowUpdate, String UpdateMode, Boolean AllowsNonSecureUpdates) #

Zone row describing its dynamic update configuration.

Parameters

ZoneName System.String requiredposition: 0
DNS zone name.
AllowUpdate System.Nullable{System.UInt32} requiredposition: 1
Raw AllowUpdate flag.
UpdateMode System.String requiredposition: 2
Friendly dynamic-update mode label.
AllowsNonSecureUpdates System.Boolean requiredposition: 3
True only when the zone accepts non-secure dynamic updates; disabled zones can still appear because they are not secure-only.

Methods

public ZoneItem <Clone>$() #
Returns: ZoneItem
public Void Deconstruct(out String ZoneName, out Nullable<UInt32> AllowUpdate, out String UpdateMode, out Boolean AllowsNonSecureUpdates) #
Returns: Void

Parameters

ZoneName String requiredposition: 0
AllowUpdate Nullable<UInt32> requiredposition: 1
UpdateMode String requiredposition: 2
AllowsNonSecureUpdates Boolean requiredposition: 3
public virtual Boolean Equals(ZoneItem other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String ZoneName { get; set; } #

DNS zone name.

public Nullable<UInt32> AllowUpdate { get; set; } #

Raw AllowUpdate flag.

public String UpdateMode { get; set; } #

Friendly dynamic-update mode label.

public Boolean AllowsNonSecureUpdates { get; set; } #

True only when the zone accepts non-secure dynamic updates; disabled zones can still appear because they are not secure-only.