API Reference
Class
DnsZoneConfigInfo
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
- ZoneName System.String
- ZoneType System.String
- AllowUpdate System.Nullable{System.UInt32}
- SecureSecondaries System.Nullable{System.UInt32}
- SecondaryServers System.String[]
Methods
public DnsZoneConfigInfo <Clone>$() #Returns:
DnsZoneConfigInfopublic Void Deconstruct(out String Server, out String ZoneName, out String ZoneType, out Nullable<UInt32> AllowUpdate, out Nullable<UInt32> SecureSecondaries, out String[] SecondaryServers) #Returns:
VoidParameters
- Server String
- ZoneName String
- ZoneType String
- AllowUpdate Nullable<UInt32>
- SecureSecondaries Nullable<UInt32>
- SecondaryServers String[]
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String