The SubmitJobParameters type exposes the following members.

Constructors

  NameDescription
Public methodSubmitJobParameters
Create submit job parameters

Properties

  NameDescription
Public propertyCustomProperties
A set of Key-Value pairs, used to define user-customized properties.
Public propertyEmbeddedFiles
List of files that need to be uploaded with the job
Public propertyEmbeddedFileTypes
List of embedded file types
Public propertyJobId
Job Id
Public propertyJobNotifications
A list of notifications. Default is null.
Public propertyJobType
Job Type
Public propertyManifestFileName
Manifest file name
Public propertyName
Job Name
Public propertyPriority
The job's priority. This should be a number between 1 and 2147483647, inclusive. A lower priority value is given higher scheduling preference. Default value is 1000.
Public propertyResources
List of cluster resources used by the job
Public propertyResourceTypes
List of resouce types
Public propertyRuntimeName
Scope runtime version. Pass null to use the default version. Default is null.
Public propertyScopeScriptFileNameOrCmdOrGraph
Scope script file name or command line or argebra graph
Public propertyTokenAllocation
The exact number of tokens to be assigned to the job. When this vallue is null default token allocation will be used, then VcPercentAllocation will be used. TokenAllocation cannot be used together with VcPercentAllocation.
Public propertyVcName
Name of the vc on which the job is operated
Public propertyVcPercentAllocation
This should be a floating point > 0 and le 100. Passing null will use the default value.

See Also