Userargs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Userargs() | |
Userargs(IList<String>, Object, IList<String>, String, String, Object, Object, String, Object) |
Userargs()
Userargs(IList<String>, Object, IList<String>, String, String, Object, Object, String, Object)
- Source:
- Userargs.cs
public Userargs (System.Collections.Generic.IList<string> arg = default, object callback = default, System.Collections.Generic.IList<string> define = default, string enablelog = default, string execute = default, object file = default, object files = default, string jar = default, object statusdir = default);
new Microsoft.Azure.HDInsight.Job.Models.Userargs : System.Collections.Generic.IList<string> * obj * System.Collections.Generic.IList<string> * string * string * obj * obj * string * obj -> Microsoft.Azure.HDInsight.Job.Models.Userargs
Public Sub New (Optional arg As IList(Of String) = Nothing, Optional callback As Object = Nothing, Optional define As IList(Of String) = Nothing, Optional enablelog As String = Nothing, Optional execute As String = Nothing, Optional file As Object = Nothing, Optional files As Object = Nothing, Optional jar As String = Nothing, Optional statusdir As Object = Nothing)
Parameters
- callback
- Object
- enablelog
- String
- execute
- String
- file
- Object
- files
- Object
- jar
- String
- statusdir
- Object