Start the App Controller Windows Azure Provider service

Microsoft.SystemCenter.2012.AppController.Server.StartWindowsAzureProviderService.Task (Task)

Start the App Controller Windows Azure Provider service on the App Controller server

Element properties:

TargetMicrosoft.SystemCenter.2012.AppController.Server
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.ServiceControlManager.StartService Default

Source Code:

<Task ID="Microsoft.SystemCenter.2012.AppController.Server.StartWindowsAzureProviderService.Task" Accessibility="Public" Target="Microsoft.SystemCenter.2012.AppController.Server" Enabled="true" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Windows!Microsoft.Windows.ServiceControlManager.StartService">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ServiceName>cmazure</ServiceName>
</WriteAction>
</Task>