TestimoX

API Reference

Class

DnsZoneConfigInfo

Namespace ADPlayground.Dns
Assembly ADPlayground
Implements
IEquatable<DnsZoneConfigInfo>
Modifiers sealed

Configuration row for a DNS zone on a specific server.

Inheritance

  • Object
  • DnsZoneConfigInfo

Constructors

public DnsZoneConfigInfo(String Server, String ZoneName, String ZoneType, Nullable<UInt32> AllowUpdate, Nullable<UInt32> SecureSecondaries, String[] SecondaryServers) #

Configuration row for a DNS zone on a specific server.

Parameters

Server System.String requiredposition: 0
ZoneName System.String requiredposition: 1
ZoneType System.String requiredposition: 2
AllowUpdate System.Nullable{System.UInt32} requiredposition: 3
SecureSecondaries System.Nullable{System.UInt32} requiredposition: 4
SecondaryServers System.String[] requiredposition: 5

Methods

public DnsZoneConfigInfo <Clone>$() #
Returns: DnsZoneConfigInfo
public Void Deconstruct(out String Server, out String ZoneName, out String ZoneType, out Nullable<UInt32> AllowUpdate, out Nullable<UInt32> SecureSecondaries, out String[] SecondaryServers) #
Returns: Void

Parameters

Server String requiredposition: 0
ZoneName String requiredposition: 1
ZoneType String requiredposition: 2
AllowUpdate Nullable<UInt32> requiredposition: 3
SecureSecondaries Nullable<UInt32> requiredposition: 4
SecondaryServers String[] requiredposition: 5
public virtual Boolean Equals(DnsZoneConfigInfo other) #
Returns: Boolean

Parameters

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

Properties

public String Server { get; set; } #
public String ZoneName { get; set; } #
public String ZoneType { get; set; } #
public Nullable<UInt32> AllowUpdate { get; set; } #
public Nullable<UInt32> SecureSecondaries { get; set; } #
public String[] SecondaryServers { get; set; } #