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
- clusterResult
Type: Microsoft.ClusterAwareUpdating.ClusterResult
- plugin
Type: System.String
- command
Type: System.String
- orchestratorUpdateAccount
Type: System.String
- orchestratorMachine
Type: System.String
- orchestratorUser
Type: System.String
- processCommandLine
Type: System.String
See Also
CauReport Overload
CauReport Class
Microsoft.ClusterAwareUpdating Namespace
Return to top