BatchJobDisableParameters Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchJobDisableParameters
- com.
Implements
public final class BatchJobDisableParameters
implements JsonSerializable<BatchJobDisableParameters>
Parameters for disabling an Azure Batch Job.
Constructor Summary
| Constructor | Description |
|---|---|
| BatchJobDisableParameters(DisableBatchJobOption disableTasks) |
Creates an instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
|
Disable |
getDisableTasks()
Get the disable |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
BatchJobDisableParameters
public BatchJobDisableParameters(DisableBatchJobOption disableTasks)
Creates an instance of BatchJobDisableParameters class.
Parameters:
Method Details
fromJson
public static BatchJobDisableParameters fromJson(JsonReader jsonReader)
Reads an instance of BatchJobDisableParameters from the JsonReader.
Parameters:
Returns:
Throws:
getDisableTasks
public DisableBatchJobOption getDisableTasks()
Get the disableTasks property: What to do with active Tasks associated with the Job.
Returns: