Force Scale Unit Node Refresh

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

This task provides forced refresh of the scale unit node state and configuration.

Element properties:

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

Member Modules:

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

Source Code:

<Task ID="Microsoft.SystemCenter.AzureStack.UnitNode.ForceUpdate.Task" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.AzureStack.UnitNode" Timeout="300" Remotable="true">
<Category>System</Category>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.AzureStack.UnitNode.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>
<ScaleUnitId>$Target/Host/Property[Type="Microsoft.SystemCenter.AzureStack.ScaleUnit"]/ScaleUnitId$</ScaleUnitId>
<UnitNodeId>$Target/Property[Type="Microsoft.SystemCenter.AzureStack.UnitNode"]/UnitNodeId$</UnitNodeId>
</WriteAction>
</Task>