Microsoft 365 Available License Count Monitor Probe Action Module Type

Microsoft.SystemCenter.M365.ProbeAction.LicenseCount (ProbeActionModuleType)

Probe Action Module Type for Microsoft 365 Available License Count Unit Monitor

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
SkuPartNumberstring$Config/SkuPartNumber$SKU Part NumberSKU Part Number to query for license counts.
CriticalThresholdPercentageint$Config/CriticalThresholdPercentage$Remaining licenses at or below critical threshold percentage
WarningThresholdPercentageint$Config/WarningThresholdPercentage$Remaining licenses at or below warning threshold percentage

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.M365.ProbeAction.LicenseCount" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<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"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SkuPartNumber" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CriticalThresholdPercentage" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="WarningThresholdPercentage" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="SkuPartNumber" Selector="$Config/SkuPartNumber$" ParameterType="string"/>
<OverrideableParameter ID="CriticalThresholdPercentage" Selector="$Config/CriticalThresholdPercentage$" ParameterType="int"/>
<OverrideableParameter ID="WarningThresholdPercentage" Selector="$Config/WarningThresholdPercentage$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.SystemCenter.M365.ManagedModules.Assembly</Assembly>
<Type>Microsoft.SystemCenter.M365.ManagedModules.LicenseCount</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>