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 |
Pools.removeNodes(String poolId,
NodeRemoveParameter nodeRemoveParameter)
Removes compute nodes from the specified pool.
|
void |
Pools.removeNodes(String poolId,
NodeRemoveParameter nodeRemoveParameter,
PoolRemoveNodesOptions poolRemoveNodesOptions)
Removes compute nodes from the specified pool.
|
rx.Observable<Void> |
Pools.removeNodesAsync(String poolId,
NodeRemoveParameter nodeRemoveParameter)
Removes compute nodes from the specified pool.
|
rx.Observable<Void> |
Pools.removeNodesAsync(String poolId,
NodeRemoveParameter nodeRemoveParameter,
PoolRemoveNodesOptions poolRemoveNodesOptions)
Removes compute nodes from the specified pool.
|
ServiceFuture<Void> |
Pools.removeNodesAsync(String poolId,
NodeRemoveParameter nodeRemoveParameter,
PoolRemoveNodesOptions poolRemoveNodesOptions,
ServiceCallback<Void> serviceCallback)
Removes compute nodes from the specified pool.
|
ServiceFuture<Void> |
Pools.removeNodesAsync(String poolId,
NodeRemoveParameter nodeRemoveParameter,
ServiceCallback<Void> serviceCallback)
Removes compute nodes from the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolRemoveNodesHeaders>> |
Pools.removeNodesWithServiceResponseAsync(String poolId,
NodeRemoveParameter nodeRemoveParameter)
Removes compute nodes from the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolRemoveNodesHeaders>> |
Pools.removeNodesWithServiceResponseAsync(String poolId,
NodeRemoveParameter nodeRemoveParameter,
PoolRemoveNodesOptions poolRemoveNodesOptions)
Removes compute nodes from the specified pool.
|
Modifier and Type | Method and Description |
---|---|
NodeRemoveParameter |
NodeRemoveParameter.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
Set the nodeDeallocationOption value.
|
NodeRemoveParameter |
NodeRemoveParameter.withNodeList(List<String> nodeList)
Set the nodeList value.
|
NodeRemoveParameter |
NodeRemoveParameter.withResizeTimeout(org.joda.time.Period resizeTimeout)
Set the resizeTimeout value.
|
Copyright © 2019. All rights reserved.