Force Update Run Refresh

Microsoft.SystemCenter.AzureStack.UpdateRun.ForceUpdate.Task (Task)

This task provides forced refresh of the update run state and configuration.

Element properties:

TargetMicrosoft.SystemCenter.AzureStack.UpdateRun
AccessibilityPublic
CategorySystem
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.SystemCenter.AzureStack.UpdateRun.ForceUpdate.Task.WA Default

Source Code:

<Task ID="Microsoft.SystemCenter.AzureStack.UpdateRun.ForceUpdate.Task" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.AzureStack.UpdateRun" Timeout="300" Remotable="true">
<Category>System</Category>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.AzureStack.UpdateRun.ForceUpdate.Task.WA">
<DeploymentId>$Target/Host/Host/Host/Property[Type="Microsoft.SystemCenter.AzureStack.Deployment"]/EndpointUrl$</DeploymentId>
<RegionId>$Target/Host/Host/Property[Type="Microsoft.SystemCenter.AzureStack.Region"]/RegionId$</RegionId>
<UpdateId>$Target/Host/Property[Type="Microsoft.SystemCenter.AzureStack.Update"]/Id$</UpdateId>
<UpdateRunId>$Target/Property[Type="Microsoft.SystemCenter.AzureStack.UpdateRun"]/Id$</UpdateRunId>
</WriteAction>
</Task>