Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
void |
JobOperations.disableJob(String jobId,
DisableJobOption disableJobOption)
Disables the specified job.
|
void |
JobOperations.disableJob(String jobId,
DisableJobOption disableJobOption,
Iterable<BatchClientBehavior> additionalBehaviors)
Disables the specified job.
|
Modifier and Type | Method and Description |
---|---|
void |
Jobs.disable(String jobId,
DisableJobOption disableTasks)
Disables the specified job, preventing new tasks from running.
|
void |
Jobs.disable(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<Void> |
Jobs.disableAsync(String jobId,
DisableJobOption disableTasks)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<Void> |
Jobs.disableAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions)
Disables the specified job, preventing new tasks from running.
|
ServiceFuture<Void> |
Jobs.disableAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions,
ServiceCallback<Void> serviceCallback)
Disables the specified job, preventing new tasks from running.
|
ServiceFuture<Void> |
Jobs.disableAsync(String jobId,
DisableJobOption disableTasks,
ServiceCallback<Void> serviceCallback)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDisableHeaders>> |
Jobs.disableWithServiceResponseAsync(String jobId,
DisableJobOption disableTasks)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDisableHeaders>> |
Jobs.disableWithServiceResponseAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions)
Disables the specified job, preventing new tasks from running.
|
Modifier and Type | Method and Description |
---|---|
DisableJobOption |
JobDisableParameter.disableTasks()
Get the disableTasks value.
|
static DisableJobOption |
DisableJobOption.fromString(String value)
Parses a serialized value to a DisableJobOption instance.
|
static DisableJobOption |
DisableJobOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisableJobOption[] |
DisableJobOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobDisableParameter |
JobDisableParameter.withDisableTasks(DisableJobOption disableTasks)
Set the disableTasks value.
|
Copyright © 2019. All rights reserved.