BatchJobDisableOptions(DisableBatchJobOption) Constructor

Definition

Initializes a new instance of BatchJobDisableOptions.

public BatchJobDisableOptions(Azure.Compute.Batch.DisableBatchJobOption jobOption);
public BatchJobDisableOptions(Azure.Compute.Batch.DisableBatchJobOption disableTasks);
new Azure.Compute.Batch.BatchJobDisableOptions : Azure.Compute.Batch.DisableBatchJobOption -> Azure.Compute.Batch.BatchJobDisableOptions
new Azure.Compute.Batch.BatchJobDisableOptions : Azure.Compute.Batch.DisableBatchJobOption -> Azure.Compute.Batch.BatchJobDisableOptions
Public Sub New (jobOption As DisableBatchJobOption)
Public Sub New (disableTasks As DisableBatchJobOption)

Parameters

jobOptiondisableTasks
DisableBatchJobOption

What to do with active Tasks associated with the Job.

Applies to