API Reference
Class
ZoneItem (DnsDynamicUpdatesEvaluator)
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
Constructors
public ZoneItem(String ZoneName, Nullable<UInt32> AllowUpdate, String UpdateMode, Boolean AllowsNonSecureUpdates) #Zone row describing its dynamic update configuration.
Parameters
- ZoneName System.String
- DNS zone name.
- AllowUpdate System.Nullable{System.UInt32}
- Raw AllowUpdate flag.
- UpdateMode System.String
- Friendly dynamic-update mode label.
- AllowsNonSecureUpdates System.Boolean
- 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:
ZoneItempublic Void Deconstruct(out String ZoneName, out Nullable<UInt32> AllowUpdate, out String UpdateMode, out Boolean AllowsNonSecureUpdates) #Returns:
VoidParameters
- ZoneName String
- AllowUpdate Nullable<UInt32>
- UpdateMode String
- AllowsNonSecureUpdates Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
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.