M365 to M365 Mail Flow Monitor Data Source Module Type

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

Data Source Module Type for M365 to M365 Mail Flow 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.M365ToM365MailFlow Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval Seconds
SleepIntervalint$Config/SleepInterval$Sleep Interval

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.M365.DataSource.M365ToM365MailFlow" 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="SenderUser" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ReceiverUser" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SleepInterval" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SleepInterval" Selector="$Config/SleepInterval$" 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.M365ToM365MailFlow">
<AzureADEndpoint>$Config/AzureADEndpoint$</AzureADEndpoint>
<GraphEndpoint>$Config/GraphEndpoint$</GraphEndpoint>
<TenantId>$Config/TenantId$</TenantId>
<ApplicationClientId>$Config/ApplicationClientId$</ApplicationClientId>
<ApplicationClientCredentials>$Config/ApplicationClientCredentials$</ApplicationClientCredentials>
<SenderUser>$Config/SenderUser$</SenderUser>
<ReceiverUser>$Config/ReceiverUser$</ReceiverUser>
<SleepInterval>$Config/SleepInterval$</SleepInterval>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>