ExportCauReportCommand Class

 

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.ExportCauReportCommand

Syntax

[CmdletAttribute("Export", "CauReport", SupportsShouldProcess = true)]
public class ExportCauReportCommand : CauBaseCommand
[CmdletAttribute("Export", "CauReport", SupportsShouldProcess = true)]
public ref class ExportCauReportCommand : CauBaseCommand
[<CmdletAttribute("Export", "CauReport", SupportsShouldProcess = true)>]
type ExportCauReportCommand = 
    class
        inherit CauBaseCommand
    end
<CmdletAttribute("Export", "CauReport", SupportsShouldProcess := True)>
Public Class ExportCauReportCommand
    Inherits CauBaseCommand

Constructors

Name Description
System_CAPS_pubmethod ExportCauReportCommand()

Properties

Name Description
System_CAPS_protproperty CancelTS

An object that manages the cancellation of this command.(Inherited from CauBaseCommand.)

System_CAPS_pubproperty CommandOrigin

(Inherited from InternalCommand.)

System_CAPS_pubproperty CommandRuntime

(Inherited from Cmdlet.)

System_CAPS_pubproperty CurrentPSTransaction

(Inherited from Cmdlet.)

System_CAPS_protproperty Disposed

Indicates whether the resources that are used by the cluster-aware updating (CAU) are released.(Inherited from CauBaseCommand.)

System_CAPS_pubproperty Events

(Inherited from PSCmdlet.)

System_CAPS_pubproperty Force

System_CAPS_pubproperty Format

System_CAPS_pubproperty Host

(Inherited from PSCmdlet.)

System_CAPS_pubproperty InputReport

System_CAPS_pubproperty InvokeCommand

(Inherited from PSCmdlet.)

System_CAPS_pubproperty InvokeProvider

(Inherited from PSCmdlet.)

System_CAPS_protproperty IsOnPipelineThread

Indicates whether the command is on the pipeline thread.(Inherited from CauBaseCommand.)

System_CAPS_pubproperty JobManager

(Inherited from PSCmdlet.)

System_CAPS_pubproperty JobRepository

(Inherited from PSCmdlet.)

System_CAPS_pubproperty MyInvocation

(Inherited from PSCmdlet.)

System_CAPS_pubproperty PagingParameters

(Inherited from PSCmdlet.)

System_CAPS_pubproperty ParameterSetName

(Inherited from PSCmdlet.)

System_CAPS_pubproperty PassThru

System_CAPS_pubproperty Path

System_CAPS_pubproperty SessionState

(Inherited from PSCmdlet.)

System_CAPS_pubproperty Stopping

(Inherited from Cmdlet.)

System_CAPS_protproperty SyncRoot

An object that is used to synchronize this command's access to the pipeline thread.(Inherited from CauBaseCommand.)

System_CAPS_pubproperty TimeZone

Methods

Name Description
System_CAPS_protmethod BeginProcessing()

Performs initialization before command execution.(Inherited from CauBaseCommand.)

System_CAPS_protmethod CheckForCancellation()

Throws an exception if this command has had cancellation requested.(Inherited from CauBaseCommand.)

System_CAPS_protmethod CheckPrivilege(PSCredential)

Checks the user's privileges on the cluster.(Inherited from CauBaseCommand.)

System_CAPS_pubmethod CurrentProviderLocation(String)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod Dispose()

Releases both unmanaged and managed resources that are used by the cluster-aware updating (CAU) without running the finalizer.(Inherited from CauBaseCommand.)

System_CAPS_protmethod Dispose(Boolean)

Releases unmanaged resources that are used by the cluster-aware updating (CAU) and optionally releases managed resources that are used by the CAU.(Inherited from CauBaseCommand.)

System_CAPS_protmethod EndProcessing()

Performs cleanup after the command execution.(Inherited from CauBaseCommand.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_protmethod GetCommand()

(Overrides CauBaseCommand.GetCommand().)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetResolvedProviderPathFromPSPath(String, ProviderInfo)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod GetResourceString(String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetUnresolvedProviderPathFromPSPath(String)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod GetVariableValue(String)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod GetVariableValue(String, Object)

(Inherited from PSCmdlet.)

System_CAPS_protmethod IgnorePipelineStopped(Action)

Attempts to process an action that is in the pipeline and ignores a PipelineStoppedException if it is thrown.(Inherited from CauBaseCommand.)

System_CAPS_pubmethod Invoke()

(Inherited from Cmdlet.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod ProcessRecord()

(Overrides Cmdlet.ProcessRecord().)

System_CAPS_protmethod ProcessTaskActions(Task, String)

Allows a task to process a cmdlet's action.(Inherited from CauBaseCommand.)

System_CAPS_protmethod QueueSafeAction(Action)

Processes an action that is in the pipeline.(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteDebug(String)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteDebug(String, Object[])

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteError(ClusterUpdateException)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteError(ErrorRecord)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteError(Exception, String, ErrorCategory, Object)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteError(String, String, ErrorCategory, Exception)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteError(String, String, ErrorCategory, Object)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteObject(Object)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteProgress(ProgressRecord)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteVerbose(String)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteVerbose(String, Object[])

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteWarning(String)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod SafeWriteWarning(String, Object[])

(Inherited from CauBaseCommand.)

System_CAPS_pubmethod ShouldContinue(String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldContinue(String, String, Boolean, Boolean, Boolean)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldContinue(String, String, Boolean, Boolean)

(Inherited from Cmdlet.)

System_CAPS_protmethod ShouldDoIt(String, String, String, Boolean)

Requests confirmation from the user before an operation is performed. This method combines the ShouldProcess and ShouldContinue methods.(Inherited from CauBaseCommand.)

System_CAPS_pubmethod ShouldProcess(String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String, String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String, String, String, ShouldProcessReason)

(Inherited from Cmdlet.)

System_CAPS_protmethod SignalDone()

Marks a task as complete when the task has completed the actions.(Inherited from CauBaseCommand.)

System_CAPS_protmethod StopProcessing()

(Inherited from CauBaseCommand.)

System_CAPS_protmethod ThrowTerminatingError(ClusterUpdateException)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod ThrowTerminatingError(ErrorRecord)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod ThrowTerminatingError(Exception, String, ErrorCategory, Object)

(Inherited from CauBaseCommand.)

System_CAPS_pubmethod ToString()

(Inherited from CauBaseCommand.)

System_CAPS_pubmethod TransactionAvailable()

(Inherited from Cmdlet.)

System_CAPS_protmethod Uninitialize()

(Inherited from CauBaseCommand.)

System_CAPS_pubmethod WriteCommandDetail(String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteDebug(String)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod WriteError(ClusterUpdateException)

(Inherited from CauBaseCommand.)

System_CAPS_pubmethod WriteError(ErrorRecord)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod WriteError(Exception, String, ErrorCategory, Object)

(Inherited from CauBaseCommand.)

System_CAPS_protmethod WriteErrorsForAggregateException(AggregateException, String)

(Inherited from CauBaseCommand.)

System_CAPS_pubmethod WriteInformation(InformationRecord)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteInformation(Object, String[])

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteObject(Object)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteObject(Object, Boolean)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteProgress(ProgressRecord)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteVerbose(String)

(Inherited from CauBaseCommand.)

System_CAPS_pubmethod WriteWarning(String)

(Inherited from CauBaseCommand.)

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