CauReport Constructor (ClusterResult, String, String, String, String, String, String)

 

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

public CauReport(
    ClusterResult clusterResult,
    string plugin,
    string command,
    string orchestratorUpdateAccount,
    string orchestratorMachine,
    string orchestratorUser,
    string processCommandLine
)
public:
CauReport(
    ClusterResult^ clusterResult,
    String^ plugin,
    String^ command,
    String^ orchestratorUpdateAccount,
    String^ orchestratorMachine,
    String^ orchestratorUser,
    String^ processCommandLine
)
new : 
        clusterResult:ClusterResult *
        plugin:string *
        command:string *
        orchestratorUpdateAccount:string *
        orchestratorMachine:string *
        orchestratorUser:string *
        processCommandLine:string -> CauReport
Public Sub New (
    clusterResult As ClusterResult,
    plugin As String,
    command As String,
    orchestratorUpdateAccount As String,
    orchestratorMachine As String,
    orchestratorUser As String,
    processCommandLine As String
)

Parameters

See Also

CauReport Overload
CauReport Class
Microsoft.ClusterAwareUpdating Namespace

Return to top