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<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 |
---|---|
PoolEvaluateAutoScaleHeaders |
PoolEvaluateAutoScaleHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolEvaluateAutoScaleHeaders |
PoolEvaluateAutoScaleHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
PoolEvaluateAutoScaleHeaders |
PoolEvaluateAutoScaleHeaders.withETag(String eTag)
Set the eTag value.
|
PoolEvaluateAutoScaleHeaders |
PoolEvaluateAutoScaleHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
PoolEvaluateAutoScaleHeaders |
PoolEvaluateAutoScaleHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.