Microsoft 365 Mailbox Count M365 Monitor Data Source Module Type

Microsoft.SystemCenter.M365.DataSource.MailboxCountM365 (DataSourceModuleType)

Data Source Module Type for Microsoft 365 Mailbox Count M365 Unit Monitor

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.M365.RunAsProfile.Proxy
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
Probe ProbeAction Microsoft.SystemCenter.M365.ProbeAction.MailboxCountM365 Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval (seconds)The parameter defines the number of seconds that should pass between the execution events.

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.M365.DataSource.MailboxCountM365" Accessibility="Internal" RunAs="Microsoft.SystemCenter.M365.RunAsProfile.Proxy" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AzureADEndpoint" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="GraphEndpoint" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TenantId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ApplicationClientId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ApplicationClientCredentials" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DelegatedUserId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DelegatedUserCredentials" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/IntervalSeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.M365.ProbeAction.MailboxCountM365">
<AzureADEndpoint>$Config/AzureADEndpoint$</AzureADEndpoint>
<GraphEndpoint>$Config/GraphEndpoint$</GraphEndpoint>
<TenantId>$Config/TenantId$</TenantId>
<ApplicationClientId>$Config/ApplicationClientId$</ApplicationClientId>
<ApplicationClientCredentials>$Config/ApplicationClientCredentials$</ApplicationClientCredentials>
<DelegatedUserId>$Config/DelegatedUserId$</DelegatedUserId>
<DelegatedUserCredentials>$Config/DelegatedUserCredentials$</DelegatedUserCredentials>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>