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.stopResize(String poolId,
PoolStopResizeOptions poolStopResizeOptions)
Stops an ongoing resize operation on the pool.
|
rx.Observable<Void> |
Pools.stopResizeAsync(String poolId,
PoolStopResizeOptions poolStopResizeOptions)
Stops an ongoing resize operation on the pool.
|
ServiceFuture<Void> |
Pools.stopResizeAsync(String poolId,
PoolStopResizeOptions poolStopResizeOptions,
ServiceCallback<Void> serviceCallback)
Stops an ongoing resize operation on the pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolStopResizeHeaders>> |
Pools.stopResizeWithServiceResponseAsync(String poolId,
PoolStopResizeOptions poolStopResizeOptions)
Stops an ongoing resize operation on the pool.
|
Modifier and Type | Method and Description |
---|---|
PoolStopResizeOptions |
PoolStopResizeOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolStopResizeOptions |
PoolStopResizeOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
PoolStopResizeOptions |
PoolStopResizeOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
PoolStopResizeOptions |
PoolStopResizeOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
PoolStopResizeOptions |
PoolStopResizeOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
PoolStopResizeOptions |
PoolStopResizeOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolStopResizeOptions |
PoolStopResizeOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolStopResizeOptions |
PoolStopResizeOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.