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 |
ComputeNodeOperations.disableComputeNodeScheduling(String poolId,
String nodeId,
DisableComputeNodeSchedulingOption nodeDisableSchedulingOption)
Disables task scheduling on the specified compute node.
|
void |
ComputeNodeOperations.disableComputeNodeScheduling(String poolId,
String nodeId,
DisableComputeNodeSchedulingOption nodeDisableSchedulingOption,
Iterable<BatchClientBehavior> additionalBehaviors)
Disables task scheduling on the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputeNodes.disableScheduling(String poolId,
String nodeId,
DisableComputeNodeSchedulingOption nodeDisableSchedulingOption,
ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)
Disables task scheduling on the specified compute node.
|
rx.Observable<Void> |
ComputeNodes.disableSchedulingAsync(String poolId,
String nodeId,
DisableComputeNodeSchedulingOption nodeDisableSchedulingOption,
ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)
Disables task scheduling on the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.disableSchedulingAsync(String poolId,
String nodeId,
DisableComputeNodeSchedulingOption nodeDisableSchedulingOption,
ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions,
ServiceCallback<Void> serviceCallback)
Disables task scheduling on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeDisableSchedulingHeaders>> |
ComputeNodes.disableSchedulingWithServiceResponseAsync(String poolId,
String nodeId,
DisableComputeNodeSchedulingOption nodeDisableSchedulingOption,
ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)
Disables task scheduling on the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
static DisableComputeNodeSchedulingOption |
DisableComputeNodeSchedulingOption.fromString(String value)
Parses a serialized value to a DisableComputeNodeSchedulingOption instance.
|
DisableComputeNodeSchedulingOption |
NodeDisableSchedulingParameter.nodeDisableSchedulingOption()
Get the nodeDisableSchedulingOption value.
|
static DisableComputeNodeSchedulingOption |
DisableComputeNodeSchedulingOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisableComputeNodeSchedulingOption[] |
DisableComputeNodeSchedulingOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NodeDisableSchedulingParameter |
NodeDisableSchedulingParameter.withNodeDisableSchedulingOption(DisableComputeNodeSchedulingOption nodeDisableSchedulingOption)
Set the nodeDisableSchedulingOption value.
|
Copyright © 2019. All rights reserved.