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