Microsoft Azure Mobile Service Data Source

Microsoft.SystemCenter.MicrosoftAzure.MobileService.Discovery.DS (DataSourceModuleType)

Microsoft Azure Mobile Service Data Source.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.MicrosoftAzure.RunAsProfile.Proxy
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.WebApplication.Scheduler.Internal Default
MobileService.Discovery.PA ProbeAction Microsoft.SystemCenter.MicrosoftAzure.MobileService.Discovery.PA Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval SecondsInterval Seconds
TimeoutSecondsint$Config/TimeoutSeconds$Timeout SecondsTimeout Seconds

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.MicrosoftAzure.MobileService.Discovery.DS" Accessibility="Public" RunAs="Microsoft.SystemCenter.MicrosoftAzure.RunAsProfile.Proxy" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="Proxy" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="SubscriptionId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ClientId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="AuthBaseAddress" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ResourceBaseAddress" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="Audience" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TargetId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SourceId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="BaseManagementApiAddress" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ManagementApiVersion" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ServiceClass" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="WebApp!Microsoft.SystemCenter.WebApplication.Scheduler.Internal">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/IntervalSeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
<ManagedEntityId>$Config/TargetId$</ManagedEntityId>
<RuleId>$MPElement$</RuleId>
<UniquenessKey>$Config/TargetId$$MPElement$</UniquenessKey>
</DataSource>
<ProbeAction ID="MobileService.Discovery.PA" TypeID="Microsoft.SystemCenter.MicrosoftAzure.MobileService.Discovery.PA">
<ADUserName>$RunAs[Name="Microsoft.SystemCenter.MicrosoftAzure.RunAsProfile.ADCredentials"]/UserName$</ADUserName>
<ADPassword>$RunAs[Name="Microsoft.SystemCenter.MicrosoftAzure.RunAsProfile.ADCredentials"]/Password$</ADPassword>
<ADClientId>$Config/ClientId$</ADClientId>
<SubscriptionId>$Config/SubscriptionId$</SubscriptionId>
<Proxy>$Config/Proxy$</Proxy>
<AuthBaseAddress>$Config/AuthBaseAddress$</AuthBaseAddress>
<ResourceBaseAddress>$Config/ResourceBaseAddress$</ResourceBaseAddress>
<Audience>$Config/Audience$</Audience>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<BaseManagementApiAddress>$Config/BaseManagementApiAddress$</BaseManagementApiAddress>
<ManagementApiVersion>$Config/ManagementApiVersion$</ManagementApiVersion>
<SubscriptionClass>$MPElement[Name="Microsoft.SystemCenter.MicrosoftAzure.Subscription"]$</SubscriptionClass>
<TargetId>$Config/TargetId$</TargetId>
<SourceId>$Config/SourceId$</SourceId>
<MobileServiceClass>$Config/ServiceClass$</MobileServiceClass>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="MobileService.Discovery.PA">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>