Microsoft.Windows.DNSServer.2008.MonitorType.ServerLoggingLevel (UnitMonitorType)

Element properties:

RunAsMicrosoft.Windows.DNSServer.Library.ActionAccount
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default

Overrideable Parameters:

IDParameterTypeSelector
IntervalSecondsint$Config/IntervalSeconds$

Source Code:

<UnitMonitorType ID="Microsoft.Windows.DNSServer.2008.MonitorType.ServerLoggingLevel" Accessibility="Internal" RunAs="DNS!Microsoft.Windows.DNSServer.Library.ActionAccount">
<MonitorTypeStates>
<MonitorTypeState ID="None" NoDetection="false"/>
<MonitorTypeState ID="Partial" NoDetection="false"/>
<MonitorTypeState ID="Full" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>10000</Interval>
<SyncTime/>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="None">
<Node ID="Scheduler"/>
</RegularDetection>
<RegularDetection MonitorTypeStateID="Partial">
<Node ID="Scheduler"/>
</RegularDetection>
<RegularDetection MonitorTypeStateID="Full">
<Node ID="Scheduler"/>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>