Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
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 |
PoolOperations.evaluateAutoScale(String poolId,
String autoScaleFormula)
Gets the result of evaluating an automatic scaling formula on the specified pool.
|
AutoScaleRun |
PoolOperations.evaluateAutoScale(String poolId,
String autoScaleFormula,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the result of evaluating an automatic scaling formula on the specified pool.
|
Modifier and Type | Method and Description |
---|---|
AutoScaleRun |
Pools.evaluateAutoScale(String poolId,
String autoScaleFormula)
Gets the result of evaluating an automatic scaling formula on the pool.
|
AutoScaleRun |
Pools.evaluateAutoScale(String poolId,
String autoScaleFormula,
PoolEvaluateAutoScaleOptions poolEvaluateAutoScaleOptions)
Gets the result of evaluating an automatic scaling formula on the pool.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<AutoScaleRun> |
Pools.evaluateAutoScaleAsync(String poolId,
String autoScaleFormula)
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.
|
ServiceFuture<AutoScaleRun> |
Pools.evaluateAutoScaleAsync(String poolId,
String autoScaleFormula,
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)
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 |
---|---|
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.
|
ServiceFuture<AutoScaleRun> |
Pools.evaluateAutoScaleAsync(String poolId,
String autoScaleFormula,
ServiceCallback<AutoScaleRun> serviceCallback)
Gets the result of evaluating an automatic scaling formula on the pool.
|
Modifier and Type | Method and Description |
---|---|
AutoScaleRun |
CloudPool.autoScaleRun()
Get the autoScaleRun value.
|
AutoScaleRun |
AutoScaleRun.withError(AutoScaleRunError error)
Set the error value.
|
AutoScaleRun |
AutoScaleRun.withResults(String results)
Set the results value.
|
AutoScaleRun |
AutoScaleRun.withTimestamp(org.joda.time.DateTime timestamp)
Set the timestamp value.
|
Modifier and Type | Method and Description |
---|---|
CloudPool |
CloudPool.withAutoScaleRun(AutoScaleRun autoScaleRun)
Set the autoScaleRun value.
|
Copyright © 2019. All rights reserved.