Uses of Class
com.azure.compute.batch.models.BatchJobDisableContent
Packages that use BatchJobDisableContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchJobDisableContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchJobDisableContentModifier and TypeMethodDescriptionBatchAsyncClient.disableJob
(String jobId, BatchJobDisableContent content) Disables the specified Job, preventing new Tasks from running.BatchAsyncClient.disableJob
(String jobId, BatchJobDisableContent content, DisableBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Disables the specified Job, preventing new Tasks from running.void
BatchClient.disableJob
(String jobId, BatchJobDisableContent content) Disables the specified Job, preventing new Tasks from running.void
BatchClient.disableJob
(String jobId, BatchJobDisableContent content, DisableBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Disables the specified Job, preventing new Tasks from running. -
Uses of BatchJobDisableContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobDisableContentModifier and TypeMethodDescriptionstatic BatchJobDisableContent
BatchJobDisableContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobDisableContent from the JsonReader.