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.enableScheduling(String poolId,
String nodeId,
ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)
Enables task scheduling on the specified compute node.
|
rx.Observable<Void> |
ComputeNodes.enableSchedulingAsync(String poolId,
String nodeId,
ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)
Enables task scheduling on the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.enableSchedulingAsync(String poolId,
String nodeId,
ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions,
ServiceCallback<Void> serviceCallback)
Enables task scheduling on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeEnableSchedulingHeaders>> |
ComputeNodes.enableSchedulingWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)
Enables task scheduling on the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeEnableSchedulingOptions |
ComputeNodeEnableSchedulingOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeEnableSchedulingOptions |
ComputeNodeEnableSchedulingOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ComputeNodeEnableSchedulingOptions |
ComputeNodeEnableSchedulingOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
ComputeNodeEnableSchedulingOptions |
ComputeNodeEnableSchedulingOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.