Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an application directory partition on a DNS server.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[ClassVersion("1.0.0"), dynamic, provider("DnsServerPSProvider"), AMENDMENT]
class DnsServerDirectoryPartition
{
string DirectoryPartitionName;
string DirectoryPartitionDistinguishedName;
string CrossReferenceDistinguishedName;
string Flags;
uint32 ZoneCount;
uint32 State;
string Replica[];
};
Members
The DnsServerDirectoryPartition class has these types of members:
Properties
The DnsServerDirectoryPartition class has these properties.
-
CrossReferenceDistinguishedName
-
-
Data type: string
-
Access type: Read-only
The cross reference distinguished name of the directory partition.
-
-
DirectoryPartitionDistinguishedName
-
-
Data type: string
-
Access type: Read-only
The distinguished name of the directory partition.
-
-
DirectoryPartitionName
-
-
Data type: string
-
Access type: Read-only
The fully qualified domain name of the directory partition.
-
-
Flags
-
-
Data type: string
-
Access type: Read-only
The properties of the directory partition.
-
-
Replica
-
-
Data type: string array
-
Access type: Read-only
An arrays that contains information about each replica for the directory partition.
-
-
State
-
-
Data type: uint32
-
Access type: Read-only
The status of the directory partition.
-
-
ZoneCount
-
-
Data type: uint32
-
Access type: Read-only
The number of zones from the directory partition that are loaded into memory of the DNS server.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\Dns |
MOF |
|
DLL |
|