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.enableAutoScale(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter)
Enables automatic scaling for a pool.
|
void |
Pools.enableAutoScale(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter,
PoolEnableAutoScaleOptions poolEnableAutoScaleOptions)
Enables automatic scaling for a pool.
|
rx.Observable<Void> |
Pools.enableAutoScaleAsync(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter)
Enables automatic scaling for a pool.
|
rx.Observable<Void> |
Pools.enableAutoScaleAsync(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter,
PoolEnableAutoScaleOptions poolEnableAutoScaleOptions)
Enables automatic scaling for a pool.
|
ServiceFuture<Void> |
Pools.enableAutoScaleAsync(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter,
PoolEnableAutoScaleOptions poolEnableAutoScaleOptions,
ServiceCallback<Void> serviceCallback)
Enables automatic scaling for a pool.
|
ServiceFuture<Void> |
Pools.enableAutoScaleAsync(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter,
ServiceCallback<Void> serviceCallback)
Enables automatic scaling for a pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolEnableAutoScaleHeaders>> |
Pools.enableAutoScaleWithServiceResponseAsync(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter)
Enables automatic scaling for a pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolEnableAutoScaleHeaders>> |
Pools.enableAutoScaleWithServiceResponseAsync(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter,
PoolEnableAutoScaleOptions poolEnableAutoScaleOptions)
Enables automatic scaling for a pool.
|
Modifier and Type | Method and Description |
---|---|
PoolEnableAutoScaleParameter |
PoolEnableAutoScaleParameter.withAutoScaleEvaluationInterval(org.joda.time.Period autoScaleEvaluationInterval)
Set the autoScaleEvaluationInterval value.
|
PoolEnableAutoScaleParameter |
PoolEnableAutoScaleParameter.withAutoScaleFormula(String autoScaleFormula)
Set the autoScaleFormula value.
|
Copyright © 2019. All rights reserved.