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 |
---|---|
AutoScaleRun |
Pools.evaluateAutoScale(String poolId,
String autoScaleFormula,
PoolEvaluateAutoScaleOptions poolEvaluateAutoScaleOptions)
Gets the result of evaluating an automatic scaling formula on the pool.
|
rx.Observable<AutoScaleRun> |
Pools.evaluateAutoScaleAsync(String poolId,
String autoScaleFormula,
PoolEvaluateAutoScaleOptions poolEvaluateAutoScaleOptions)
Gets the result of evaluating an automatic scaling formula on the pool.
|
ServiceFuture<AutoScaleRun> |
Pools.evaluateAutoScaleAsync(String poolId,
String autoScaleFormula,
PoolEvaluateAutoScaleOptions poolEvaluateAutoScaleOptions,
ServiceCallback<AutoScaleRun> serviceCallback)
Gets the result of evaluating an automatic scaling formula on the pool.
|
rx.Observable<ServiceResponseWithHeaders<AutoScaleRun,PoolEvaluateAutoScaleHeaders>> |
Pools.evaluateAutoScaleWithServiceResponseAsync(String poolId,
String autoScaleFormula,
PoolEvaluateAutoScaleOptions poolEvaluateAutoScaleOptions)
Gets the result of evaluating an automatic scaling formula on the pool.
|
Modifier and Type | Method and Description |
---|---|
PoolEvaluateAutoScaleOptions |
PoolEvaluateAutoScaleOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolEvaluateAutoScaleOptions |
PoolEvaluateAutoScaleOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolEvaluateAutoScaleOptions |
PoolEvaluateAutoScaleOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolEvaluateAutoScaleOptions |
PoolEvaluateAutoScaleOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.