Class MicrosoftDnsServerZoneCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of zones for a Microsoft DNS server.
public class MicrosoftDnsServerZoneCollection : Collection<MicrosoftDnsServerZone>, IList<MicrosoftDnsServerZone>, ICollection<MicrosoftDnsServerZone>, IList, ICollection, IReadOnlyList<MicrosoftDnsServerZone>, IReadOnlyCollection<MicrosoftDnsServerZone>, IEnumerable<MicrosoftDnsServerZone>, IEnumerable
- Inheritance
-
MicrosoftDnsServerZoneCollection
- Implements
- Inherited Members
Constructors
MicrosoftDnsServerZoneCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZoneCollection class.
public MicrosoftDnsServerZoneCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZone with the specified name, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZone with that name is found.
public MicrosoftDnsServerZone FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZone to locate.
Returns
- MicrosoftDnsServerZone
The CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZone with the specified name.
FindForwardLookupZones()
Finds the configured forward lookup zones.
public MicrosoftDnsServerZoneCollection FindForwardLookupZones()
Returns
- MicrosoftDnsServerZoneCollection
The configured forward lookup zones.
FindPrimaryZones()
Finds the configured primary zones.
public MicrosoftDnsServerZoneCollection FindPrimaryZones()
Returns
- MicrosoftDnsServerZoneCollection
The configured primary zones.
FindReverseLookupZones()
Finds the configured reverse lookup zones.
public MicrosoftDnsServerZoneCollection FindReverseLookupZones()
Returns
- MicrosoftDnsServerZoneCollection
The configured reverse lookup zones.
FindSecondaryZones()
Finds the configured secondary zones.
public MicrosoftDnsServerZoneCollection FindSecondaryZones()
Returns
- MicrosoftDnsServerZoneCollection
The configured secondary zones.
FindSigningKeyByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey with the specified identifier in any zone, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey with that identifier is found.
public MicrosoftDnsServerSigningKey FindSigningKeyByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey to locate.
Returns
- MicrosoftDnsServerSigningKey
The CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey with the specified identifier.
FindStubZones()
Finds the configured stub zones.
public MicrosoftDnsServerZoneCollection FindStubZones()
Returns
- MicrosoftDnsServerZoneCollection
The configured stub zones.
Sort()
Sorts the values in the collection.
public void Sort()