CauBaseCommand Class
Provides cluster-aware updating (CAU) functionality for cmdlets.
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.DisableCauClusterRoleCommand
Microsoft.ClusterAwareUpdating.Commands.EnableCauClusterRoleCommand
Microsoft.ClusterAwareUpdating.Commands.ExportCauReportCommand
Microsoft.ClusterAwareUpdating.Commands.GetCauClusterRoleCommand
Microsoft.ClusterAwareUpdating.Commands.GetCauPluginCommand
Microsoft.ClusterAwareUpdating.Commands.GetCauReportCommand
Microsoft.ClusterAwareUpdating.Commands.GetCauRunCommand
Microsoft.ClusterAwareUpdating.Commands.RegisterCauPluginCommand
Microsoft.ClusterAwareUpdating.Commands.StopCauRunCommand
Microsoft.ClusterAwareUpdating.Commands.TestCauSetupCommand
Microsoft.ClusterAwareUpdating.Commands.UnregisterCauPluginCommand
Syntax
public abstract class CauBaseCommand : PSCmdlet, IDisposable
public ref class CauBaseCommand abstract : PSCmdlet, IDisposable
[<AbstractClass>]
type CauBaseCommand =
class
inherit PSCmdlet
interface IDisposable
end
Public MustInherit Class CauBaseCommand
Inherits PSCmdlet
Implements IDisposable
Constructors
| Name | Description | |
|---|---|---|
![]() |
CauBaseCommand() |
Properties
| Name | Description | |
|---|---|---|
![]() |
CancelTS | An object that manages the cancellation of this command. |
![]() |
CommandOrigin | (Inherited from InternalCommand.) |
![]() |
CommandRuntime | (Inherited from Cmdlet.) |
![]() |
CurrentPSTransaction | (Inherited from Cmdlet.) |
![]() |
Disposed | Indicates whether the resources that are used by the cluster-aware updating (CAU) are released. |
![]() |
Events | (Inherited from PSCmdlet.) |
![]() |
Host | (Inherited from PSCmdlet.) |
![]() |
InvokeCommand | (Inherited from PSCmdlet.) |
![]() |
InvokeProvider | (Inherited from PSCmdlet.) |
![]() |
IsOnPipelineThread | Indicates whether the command is on the pipeline thread. |
![]() |
JobManager | (Inherited from PSCmdlet.) |
![]() |
JobRepository | (Inherited from PSCmdlet.) |
![]() |
MyInvocation | (Inherited from PSCmdlet.) |
![]() |
PagingParameters | (Inherited from PSCmdlet.) |
![]() |
ParameterSetName | (Inherited from PSCmdlet.) |
![]() |
SessionState | (Inherited from PSCmdlet.) |
![]() |
Stopping | (Inherited from Cmdlet.) |
![]() |
SyncRoot | An object that is used to synchronize this command's access to the pipeline thread. |
Methods
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)
.gif)