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 |
---|---|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeDisableSchedulingHeaders>> |
ComputeNodes.disableSchedulingWithServiceResponseAsync(String poolId,
String nodeId)
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 |
---|---|
ComputeNodeDisableSchedulingHeaders |
ComputeNodeDisableSchedulingHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeDisableSchedulingHeaders |
ComputeNodeDisableSchedulingHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
ComputeNodeDisableSchedulingHeaders |
ComputeNodeDisableSchedulingHeaders.withETag(String eTag)
Set the eTag value.
|
ComputeNodeDisableSchedulingHeaders |
ComputeNodeDisableSchedulingHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
ComputeNodeDisableSchedulingHeaders |
ComputeNodeDisableSchedulingHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.