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,
PoolEnableAutoScaleOptions poolEnableAutoScaleOptions)
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.
|
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 |
---|---|
PoolEnableAutoScaleOptions |
PoolEnableAutoScaleOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolEnableAutoScaleOptions |
PoolEnableAutoScaleOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
PoolEnableAutoScaleOptions |
PoolEnableAutoScaleOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
PoolEnableAutoScaleOptions |
PoolEnableAutoScaleOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
PoolEnableAutoScaleOptions |
PoolEnableAutoScaleOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
PoolEnableAutoScaleOptions |
PoolEnableAutoScaleOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolEnableAutoScaleOptions |
PoolEnableAutoScaleOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolEnableAutoScaleOptions |
PoolEnableAutoScaleOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.