ComputeBatchModelFactory.BatchJobDisableOptions(DisableBatchJobOption) Method
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.
Parameters for disabling an Azure Batch Job.
public static Azure.Compute.Batch.BatchJobDisableOptions BatchJobDisableOptions(Azure.Compute.Batch.DisableBatchJobOption disableTasks = default);
static member BatchJobDisableOptions : Azure.Compute.Batch.DisableBatchJobOption -> Azure.Compute.Batch.BatchJobDisableOptions
Public Shared Function BatchJobDisableOptions (Optional disableTasks As DisableBatchJobOption = Nothing) As BatchJobDisableOptions
Parameters
- disableTasks
- DisableBatchJobOption
What to do with active Tasks associated with the Job.
Returns
A new BatchJobDisableOptions instance for mocking.