InvokeCauRunCommand Class
Runs a full scan, stage, and installation on the specified cluster.
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Inheritance Hierarchy
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.ClusterAwareUpdating.Commands.CauBaseCommand
Microsoft.ClusterAwareUpdating.Commands.CauProgressReportingCommand
Microsoft.ClusterAwareUpdating.Commands.CauOrchestratorBaseCommand
Microsoft.ClusterAwareUpdating.Commands.InvokeCauRunCommand
Syntax
[CmdletAttribute("Invoke", "CauRun", SupportsShouldProcess = true,
DefaultParameterSetName = "DefaultParamSet")]
[OutputTypeAttribute(new Type[] { ... })]
public class InvokeCauRunCommand : CauOrchestratorBaseCommand
[CmdletAttribute("Invoke", "CauRun", SupportsShouldProcess = true,
DefaultParameterSetName = "DefaultParamSet")]
[OutputTypeAttribute(new array<Type^>^ { ... })]
public ref class InvokeCauRunCommand : CauOrchestratorBaseCommand
[<CmdletAttribute("Invoke", "CauRun", SupportsShouldProcess = true,
DefaultParameterSetName = "DefaultParamSet")>]
[<OutputTypeAttribute([| ... |])>]
type InvokeCauRunCommand =
class
inherit CauOrchestratorBaseCommand
end
<CmdletAttribute("Invoke", "CauRun", SupportsShouldProcess := True,
DefaultParameterSetName := "DefaultParamSet")>
<OutputTypeAttribute(New Type() { ... })>
Public Class InvokeCauRunCommand
Inherits CauOrchestratorBaseCommand
Constructors
| Name | Description | |
|---|---|---|
![]() |
InvokeCauRunCommand() |
Properties
Methods
Remarks
In cluster resource mode (CRM), the cluster-updating process may update only a portion of the cluster.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top
.jpeg)
.jpeg)
.gif)
.jpeg)