Package | Description |
---|---|
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 |
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 |
---|---|
ComputeNodeDisableSchedulingOptions |
ComputeNodeDisableSchedulingOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeDisableSchedulingOptions |
ComputeNodeDisableSchedulingOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ComputeNodeDisableSchedulingOptions |
ComputeNodeDisableSchedulingOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
ComputeNodeDisableSchedulingOptions |
ComputeNodeDisableSchedulingOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.