Condividi tramite


JobAddParameter Class

Definition

An Azure Batch Job to add.

public class JobAddParameter
type JobAddParameter = class
Public Class JobAddParameter
Inheritance
JobAddParameter

Constructors

JobAddParameter()

Initializes a new instance of the JobAddParameter class.

JobAddParameter(String, PoolInformation, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, JobConstraints, JobManagerTask, JobPreparationTask, JobReleaseTask, IList<EnvironmentSetting>, Nullable<OnAllTasksComplete>, Nullable<OnTaskFailure>, IList<MetadataItem>, Nullable<Boolean>, JobNetworkConfiguration)

Initializes a new instance of the JobAddParameter class.

Properties

AllowTaskPreemption

Gets or sets whether Tasks in this job can be preempted by other high priority jobs

CommonEnvironmentSettings

Gets or sets the list of common environment variable settings. These environment variables are set for all Tasks in the Job (including the Job Manager, Job Preparation and Job Release Tasks).

Constraints

Gets or sets the execution constraints for the Job.

DisplayName

Gets or sets the display name for the Job.

Id

Gets or sets a string that uniquely identifies the Job within the Account.

JobManagerTask

Gets or sets details of a Job Manager Task to be launched when the Job is started.

JobPreparationTask

Gets or sets the Job Preparation Task.

JobReleaseTask

Gets or sets the Job Release Task.

MaxParallelTasks

Gets or sets the maximum number of tasks that can be executed in parallel for the job.

Metadata

Gets or sets a list of name-value pairs associated with the Job as metadata.

NetworkConfiguration

Gets or sets the network configuration for the Job.

OnAllTasksComplete

Gets or sets the action the Batch service should take when all Tasks in the Job are in the completed state.

OnTaskFailure

Gets or sets the action the Batch service should take when any Task in the Job fails.

PoolInfo

Gets or sets the Pool on which the Batch service runs the Job's Tasks.

Priority

Gets or sets the priority of the Job.

UsesTaskDependencies

Gets or sets whether Tasks in the Job can define dependencies on each other. The default is false.

Applies to