Microsoft Azure SQL Number of Databases Per Pool Property Bag Data Provider

Microsoft.SqlServer.Azure.Module.ElasticPoolNumberOfDatabasesMonitoringDataSource (DataSourceModuleType)

This module collects number of databases per elastic pool into Property Bag object.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SqlServer.Azure.Profile.Workflow
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.SimpleScheduler Default
PA ProbeAction Microsoft.SqlServer.Azure.ProbeAction.NumberOfDatabasesPerPool Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval (seconds)The recurring interval of time in seconds in which to run the workflow. Note that interval value should be divisible by 300.
SyncTimestring$Config/SyncTime$Synchronization TimeThe synchronization time specified by using a 24-hour format. May be omitted.
TimeoutSecondsint$Config/TimeoutSeconds$Timeout (seconds)Specifies the time the workflow is allowed to run before being closed and marked as failed.
SqlTimeoutSecondsint$Config/SqlTimeoutSeconds$Timeout for database connection (seconds)A period in which the workflow must establish connection to the database.
HttpTimeoutSecondsint$Config/HttpTimeoutSeconds$Request timeout (seconds)Gets or sets the timespan to wait before the request times out.
MonitoringModestring$Config/MonitoringMode$Monitoring ModeDefines monitoring mode.

Source Code:

<DataSourceModuleType ID="Microsoft.SqlServer.Azure.Module.ElasticPoolNumberOfDatabasesMonitoringDataSource" RunAs="Microsoft.SqlServer.Azure.Profile.Workflow" Accessibility="Internal">
<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" minOccurs="0" maxOccurs="1" name="SyncTime" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeoutSeconds" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ServerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="UseRest" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MonitoringMode" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AuthorityDetails" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SubscriptionId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ResourceGroupName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SqlTimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="HttpTimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SqlTimeoutSeconds" Selector="$Config/SqlTimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="HttpTimeoutSeconds" Selector="$Config/HttpTimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="MonitoringMode" Selector="$Config/MonitoringMode$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
</DataSource>
<ProbeAction ID="PA" TypeID="Microsoft.SqlServer.Azure.ProbeAction.NumberOfDatabasesPerPool">
<Login>$RunAs[Name="Microsoft.SqlServer.Azure.Profile.Sql"]/UserName$</Login>
<Password>$RunAs[Name="Microsoft.SqlServer.Azure.Profile.Sql"]/Password$</Password>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<ServerName>$Config/ServerName$</ServerName>
<UseRest>$Config/UseRest$</UseRest>
<MonitoringMode>$Config/MonitoringMode$</MonitoringMode>
<AuthorityDetails>$Config/AuthorityDetails$</AuthorityDetails>
<SubscriptionId>$Config/SubscriptionId$</SubscriptionId>
<ResourceGroupName>$Config/ResourceGroupName$</ResourceGroupName>
<SqlTimeoutSeconds>$Config/SqlTimeoutSeconds$</SqlTimeoutSeconds>
<HttpTimeoutSeconds>$Config/HttpTimeoutSeconds$</HttpTimeoutSeconds>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PA">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>